Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 29, 2024
1 parent 75e0248 commit efa6877
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 = "0.3.0"
version = "0.12.0"

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

[dependencies.seaography]
path = "../../"
version = "1.0.0-rc.2" # seaography version
version = "0.12.0"
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 = "0.3.0"
version = "0.12.0"

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

[dependencies.seaography]
path = "../../"
version = "^1.0.0-rc.2" # seaography version
version = "0.12.0"
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 = "0.3.0"
version = "0.12.0"

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

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

[dev-dependencies]
Expand Down

0 comments on commit efa6877

Please sign in to comment.