Bump version to v1.4.0 (#3656)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Rushmore Mushambi 2024-03-07 18:43:39 +02:00 committed by GitHub
parent d672b34d72
commit 03e9998ff1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View file

@ -5405,7 +5405,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "surreal"
version = "1.3.0"
version = "1.4.0"
dependencies = [
"argon2",
"assert_fs",
@ -5468,7 +5468,7 @@ dependencies = [
[[package]]
name = "surrealdb"
version = "1.3.0"
version = "1.4.0"
dependencies = [
"async-channel 1.9.0",
"bincode",
@ -5520,7 +5520,7 @@ dependencies = [
[[package]]
name = "surrealdb-core"
version = "1.3.0"
version = "1.4.0"
dependencies = [
"addr",
"any_ascii",

View file

@ -2,7 +2,7 @@
name = "surreal"
publish = false
edition = "2021"
version = "1.3.0"
version = "1.4.0"
license-file = "LICENSE"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]

View file

@ -2,7 +2,7 @@
name = "surrealdb-core"
publish = true
edition = "2021"
version = "1.3.0"
version = "1.4.0"
rust-version = "1.70.0"
readme = "../lib/CARGO.md"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]

View file

@ -2,7 +2,7 @@
name = "surrealdb"
publish = true
edition = "2021"
version = "1.3.0"
version = "1.4.0"
rust-version = "1.70.0"
readme = "CARGO.md"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]