Skip to content

Commit

Permalink
Merge pull request #73 from LAPKB/dependabot/cargo/config-0.15
Browse files Browse the repository at this point in the history
Update config requirement from 0.14 to 0.15
  • Loading branch information
mhovd authored Feb 5, 2025
2 parents ec7b297 + 8464936 commit 8aaef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3.17", features = [
"fmt",
"time",
] }
config = { version = "0.14", features = ["preserve_order"] }
config = { version = "0.15", features = ["preserve_order"] }
faer = "0.19.3"
faer-ext = { version = "0.2.0", features = ["nalgebra", "ndarray"] }
pharmsol = "0.7.2"
Expand Down

0 comments on commit 8aaef4f

Please sign in to comment.