Skip to content

Commit

Permalink
use clingo 0.6 from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Jan 3, 2020
1 parent 5413b2f commit b1c04c0
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 @@ -13,7 +13,7 @@ edition = "2018"
dynamic_linking = ["clingo/dynamic_linking"]

[dependencies]
clingo = { version = "0.6", features = ["derive"], git = "https://github.com/potassco/clingo-rs", branch = "wip" }
clingo = { version = "0.6", features = ["derive"] }
structopt = "0.3"
thiserror = "1.0"
anyhow = "1.0"
Expand Down

0 comments on commit b1c04c0

Please sign in to comment.