Skip to content

Commit

Permalink
Update Trajoptlib: fix use-after-free in solver status
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Jun 19, 2024
1 parent 089fd1d commit 95340a8
Showing 1 changed file with 1 addition and 1 deletion.
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 = "4c9809c7ea272ee7003246160105d5178e4f0c3a", 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 95340a8

Please sign in to comment.