Bump version to v1.1.1 (#3343)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-01-16 16:21:36 +00:00 committed by GitHub
parent 7a4cb145b9
commit 81c3528a27
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

@ -5284,7 +5284,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "surreal"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"argon2",
"assert_fs",
@ -5348,7 +5348,7 @@ dependencies = [
[[package]]
name = "surrealdb"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"addr",
"any_ascii",

View file

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

View file

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