Skip to content

Commit

Permalink
Fixed dependency version for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
w-henderson committed Sep 20, 2022
1 parent 864e5b3 commit 65ea8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stuart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "stuart"
path = "src/main.rs"

[dependencies]
stuart_core = { version = "^0.2.0", path = "../stuart-core" }
stuart_core = { version = "^0.2.1", path = "../stuart-core" }

clap = "^3.2"
toml = "^0.5"
Expand Down

0 comments on commit 65ea8c5

Please sign in to comment.