Skip to content

Commit

Permalink
seaography-cli 1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed May 3, 2024
1 parent 9f8d37c commit a8c11e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seaography-cli"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
edition = "2021"
rust-version = "1.70"
authors = ["Panagiotis Karatakis <[email protected]>"]
Expand All @@ -15,5 +15,5 @@ categories = ["database"]
[dependencies]
async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
clap = { version = "4.3.19", features = ["derive"] }
seaography-generator = { version = "^1.0.0-rc.3", path = "../generator" }
seaography-generator = { version = "^1.0.0-rc.4", path = "../generator" }
url = "2.4.0"

0 comments on commit a8c11e0

Please sign in to comment.