Bump version to v1.1.0 (#3294)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-01-09 17:27:11 +00:00 committed by GitHub
parent 310213f5e4
commit 65a5867b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -5250,7 +5250,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]] [[package]]
name = "surreal" name = "surreal"
version = "1.0.2" version = "1.1.0"
dependencies = [ dependencies = [
"argon2", "argon2",
"assert_fs", "assert_fs",
@ -5313,7 +5313,7 @@ dependencies = [
[[package]] [[package]]
name = "surrealdb" name = "surrealdb"
version = "1.0.2" version = "1.1.0"
dependencies = [ dependencies = [
"addr", "addr",
"any_ascii", "any_ascii",

View file

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

View file

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