Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to SurrealDB stable version and adjust Rust toolchain #91

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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