Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 12, 2024
1 parent 8dc5a4c commit 26d1f40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/mysql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "seaography-mysql-example"
version = "1.0.0"
version = "1.1.0-rc.1"

[dependencies]
axum = { version = "0.7" }
Expand All @@ -16,7 +16,7 @@ lazy_static = { version = "1.4.0" }

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

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions examples/postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "seaography-postgres-example"
version = "1.0.0"
version = "1.1.0-rc.1"

[dependencies]
poem = { version = "3.0" }
Expand All @@ -16,7 +16,7 @@ lazy_static = { version = "1.4.0" }

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

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions examples/sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "seaography-sqlite-example"
version = "1.0.0"
version = "1.1.0-rc.1"

[dependencies]
actix-web = { version = "4.5", default-features = false, features = ["macros"] }
Expand All @@ -16,7 +16,7 @@ lazy_static = { version = "1.4.0" }

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

[dev-dependencies]
Expand Down

0 comments on commit 26d1f40

Please sign in to comment.