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:
parent
7a4cb145b9
commit
81c3528a27
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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>"]
|
||||
|
||||
|
|
|
@ -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>"]
|
||||
|
|
Loading…
Reference in a new issue