File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,9 +89,8 @@ debug = true
8989[workspace .package ]
9090version = " 1.1.1"
9191edition = " 2021"
92- # This is the rust-version for the bindings crate, but not necessarily
93- # the database (core, standalone, etc)
94- rust-version = " 1.84.0"
92+ # update rust-toolchain.toml too!
93+ rust-version = " 1.87.0"
9594
9695[workspace .dependencies ]
9796spacetimedb = { path = " crates/bindings" , version = " 1.1.1" }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " Types for the SpacetimeDB client API messages"
7+ rust-version.workspace = true
78
89[dependencies ]
910spacetimedb-lib = { workspace = true , features = [" serde" ] }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " The HTTP API for SpacetimeDB"
7+ rust-version.workspace = true
78
89[dependencies ]
910spacetimedb-client-api-messages.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " The core library for SpacetimeDB"
7+ rust-version.workspace = true
78
89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910[lib ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " Assorted data structures used in spacetimedb"
7+ rust-version.workspace = true
78
89[features ]
910serde = [" dep:serde" , " hashbrown/serde" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " Prometheus utilities for SpacetimeDB"
7+ rust-version.workspace = true
78
89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " Primitives such as TableId and ColumnIndexAttribute"
7+ rust-version.workspace = true
78
89[dependencies ]
910bitflags.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " Spacetime Algebraic Type Notation"
7+ rust-version.workspace = true
78
89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " A Rust SDK for clients to interface with SpacetimeDB"
7+ rust-version.workspace = true
78
89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition.workspace = true
55license-file = " LICENSE"
66description = " An executable for running a single SpacetimeDB standalone instance"
7+ rust-version.workspace = true
78
89[[bin ]]
910name = " spacetimedb-standalone" # The name of the target.
You can’t perform that action at this time.
0 commit comments