Skip to content

Commit

Permalink
Upgrade TrajoptLib to use newer error reporting mechanism (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Feb 28, 2024
1 parent 865f7ec commit 8606219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tauri-build = { version = "1.5.1", features = [] }
tauri = { version = "1.6.0", features = [ "window-close", "window-set-title", "path-all", "dialog", "dialog-confirm", "dialog-save", "dialog-open", "dialog-ask", "fs-all", "shell-open", "devtools"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "cefa0f00380f070e2ed340f129ccf29544b3a849", features = ["sleipnir"] }
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "eb14bfb5265aef1352e7df018f7623d954ceb356", features = ["sleipnir"] }
open = "3"

[features]
Expand Down

0 comments on commit 8606219

Please sign in to comment.