Skip to content

Commit

Permalink
Bump version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Apr 19, 2024
1 parent 91b24d5 commit 35f2b1c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 48 deletions.
57 changes: 13 additions & 44 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.4.1"
version = "1.4.2"
license-file = "LICENSE"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]

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.4.1"
version = "2.0.0-1.4.2"
rust-version = "1.70.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.4.1"
version = "1.4.2"
rust-version = "1.70.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.4.1", default-features = false, path = "../core", package = "surrealdb-core", optional = true }
surrealdb-core2 = { version = "=2.0.0-1.4.2", 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 35f2b1c

Please sign in to comment.