Ensure correct version is specified in Cargo.toml files
This commit is contained in:
parent
39a0ad22c6
commit
8a90139fe3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "surreal"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0-beta.1"
|
||||
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
|
||||
|
||||
[workspace]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "surrealdb"
|
||||
publish = true
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0-beta.1"
|
||||
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue