Skip to content

Commit

Permalink
Upgrade TrajoptLib (#70)
Browse files Browse the repository at this point in the history
This has fixes for the RPATH.
  • Loading branch information
calcmogul authored Jul 20, 2023
1 parent f97f006 commit ca8ab55
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.4", features = [] }
tauri = { version = "1.4", features = [ "dialog-save", "dialog-open", "fs-all", "shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "15bfff93b2be7c027a2c83c31f2222a272c58d93" }
trajoptlib = { git = "https://github.com/SleipnirGroup/TrajoptLib.git", rev = "285d0131756dcfe36a5fd0c2a5cb5a73564943cb" }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit ca8ab55

Please sign in to comment.