Skip to content

Commit

Permalink
misc: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdha committed May 24, 2024
1 parent 848c2a2 commit 9282205
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 69 deletions.
142 changes: 78 additions & 64 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ repository = "https://github.com/jamadaha/seeker"
description = "A PDDL planner"

[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
humantime = "2.1.0"
pddllib = "0.1.12"
pddllib = "0.1.14"
indexmap = "2.2.6"
fxhash = "0.2.1"
memory-stats = { version = "1.1.0", features = ["always_use_statm"] }
anyhow = "1.0.86"
pddlp = "0.1.4"
pddlp = "0.1.6"

[dev-dependencies]
rstest = "0.18.2"
rstest = "0.19.0"

[profile.release]
debug = 1

0 comments on commit 9282205

Please # to comment.