Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent 7a2fae3 commit 5aa4f2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -2,7 +2,7 @@
name = "surreal"
publish = false
edition = "2021"
version = "1.5.0-beta.1"
version = "1.5.0"
license-file = "LICENSE"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]

Expand Down Expand Up @@ -92,7 +92,7 @@ semver = "1.0.20"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_pack = { version = "1.1.2", package = "rmp-serde" }
surrealdb = { version = "=1.5.0-beta.1", path = "lib", features = [
surrealdb = { version = "1", path = "lib", features = [
"protocol-http",
"protocol-ws",
"rustls",
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "surrealdb-core"
publish = true
edition = "2021"
version = "2.0.0-1.5.0-beta.1"
version = "2.0.0-1.5.0"
rust-version = "1.77.0"
readme = "../lib/CARGO.md"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "surrealdb"
publish = true
edition = "2021"
version = "1.5.0-beta.1"
version = "1.5.0"
rust-version = "1.77.0"
readme = "CARGO.md"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]
Expand Down Expand Up @@ -106,7 +106,7 @@ semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
surrealdb-core1 = { version = "1", default-features = false, package = "surrealdb-core" }
surrealdb-core2 = { version = "=2.0.0-1.5.0-beta.1", default-features = false, path = "../core", package = "surrealdb-core", optional = true }
surrealdb-core2 = { version = "=2.0.0-1.5.0", default-features = false, path = "../core", package = "surrealdb-core", optional = true }
thiserror = "1.0.50"
tokio-util = { version = "0.7.10", optional = true, features = ["compat"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 5aa4f2d

Please sign in to comment.