Skip to content

Commit

Permalink
Update Trajoptlib: fix use-after-free in solver status (#497)
Browse files Browse the repository at this point in the history
* Update Trajoptlib: fix use-after-free in solver status

* Update Cargo.lock
  • Loading branch information
shueja authored Jun 19, 2024
1 parent 916148c commit a27060e
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.2", features = [] }
tauri = { version = "1.6.6", features = [ "os-all", "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 = "bdebc8708d99ff7a44fc8770e73cf64900df2bb0", features = ["sleipnir"] }
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "992f140616629b35b561741e9bba802733e02c80", features = ["sleipnir"] }
open = "3"
lazy_static = "1.4.0"

Expand Down

0 comments on commit a27060e

Please sign in to comment.