Drop build metadata from the library version (#2263)
This commit is contained in:
parent
c998584f49
commit
cab0540432
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4642,7 +4642,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "surrealdb"
|
name = "surrealdb"
|
||||||
version = "1.0.0-beta.9+20230402"
|
version = "1.0.0-beta.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"addr",
|
"addr",
|
||||||
"any_ascii",
|
"any_ascii",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "surrealdb"
|
name = "surrealdb"
|
||||||
publish = true
|
publish = true
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "1.0.0-beta.9+20230402"
|
version = "1.0.0-beta.9"
|
||||||
rust-version = "1.65.0"
|
rust-version = "1.65.0"
|
||||||
readme = "CARGO.md"
|
readme = "CARGO.md"
|
||||||
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
|
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
|
||||||
|
|
Loading…
Reference in a new issue