Skip to content

Commit

Permalink
Bump example versions
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Nov 7, 2022
1 parent b796fb1 commit bb6d85f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/mysql/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 = "../../" # remove this line in your own project
version = "^0.1" # seaography version
version = "^0.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 = "../../" # remove this line in your own project
version = "^0.1" # seaography version
version = "^0.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 = "../../" # remove this line in your own project
version = "^0.1" # seaography version
version = "^0.2" # seaography version
features = ["with-decimal", "with-chrono"]

[dev-dependencies]
Expand Down

0 comments on commit bb6d85f

Please sign in to comment.