Skip to content

Commit

Permalink
1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jul 29, 2023
1 parent 8a92ba8 commit a17c0a6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "seaography"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
edition = "2021"
rust-version = "1.60"
authors = ["Panagiotis Karatakis <[email protected]>"]
Expand Down
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.1"
version = "1.0.0-rc.2"
edition = "2021"
rust-version = "1.60"
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.1", path = "../generator" }
seaography-generator = { version = "^1.0.0-rc.2", path = "../generator" }
url = "2.4.0"
3 changes: 2 additions & 1 deletion examples/mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tracing-subscriber = { version = "0.3.17" }
lazy_static = { version = "1.4.0" }

[dependencies.seaography]
version = "1.0.0-rc.1" # seaography version
path = "../../"
version = "1.0.0-rc.2" # seaography version
features = ["with-decimal", "with-chrono"]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy_static = { version = "1.4.0" }

[dependencies.seaography]
path = "../../"
version = "^1.0.0-rc.1" # seaography version
version = "^1.0.0-rc.2" # seaography version
features = ["with-decimal", "with-chrono"]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy_static = { version = "1.4.0" }

[dependencies.seaography]
path = "../../"
version = "^1.0.0-rc.1" # seaography version
version = "^1.0.0-rc.2" # seaography version
features = ["with-decimal", "with-chrono"]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seaography-generator"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
edition = "2021"
rust-version = "1.60"
authors = ["Panagiotis Karatakis <[email protected]>"]
Expand Down

0 comments on commit a17c0a6

Please sign in to comment.