Skip to content

Commit

Permalink
⬆️ update to SurrealDB stable version and adjust Rust toolchain (#91)
Browse files Browse the repository at this point in the history
* migrated to surrealdb version 2.0.1 stable

* bumped version

* bumped required rust version to 1.80.1

---------

Co-authored-by: Emil Schütt <[email protected]>
  • Loading branch information
retrokiller543 and Emil Schütt authored Sep 21, 2024
1 parent 1379c77 commit 79d12f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surrealdb-migrations"
version = "2.0.0-preview.3"
version = "2.0.0"
description = "An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project."
authors = ["David Bottiau"]
repository = "https://github.com/Odonno/surrealdb-migrations/"
Expand Down Expand Up @@ -30,7 +30,7 @@ rust-ini = "0.21.1"
serde = { version = "1.0.206", features = ["derive"] }
serde_json = "1.0.124"
sqlparser = "0.49.0"
surrealdb-beta = { version = "2.0.1", features = ["protocol-http", "jwks"] }
surrealdb = { version = "2.0.1", features = ["protocol-http", "jwks"] }
tokio = { version = "1.39.2", features = ["macros"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.80.0
1.80.1

0 comments on commit 79d12f8

Please sign in to comment.