Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 20, 2023
1 parent 3a7437f commit d9eaaaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ vec1 = "1.8.0"
clingo-sys = "=0.7.2"
clingo-derive = { version = "=0.2.0", optional = true }
thiserror = "1.0"
bitflags = "2.2"
bitflags = "2"

[dev-dependencies]
rand = "0.8.5"
rand = "=0.8.5"
trybuild = "1.0"
clingo-derive = { version = "=0.2.0" }
test-case = "1.1"
test-case = "3"

[package.metadata.docs.rs]
all-features = false
Expand Down

0 comments on commit d9eaaaa

Please sign in to comment.