Skip to content

Commit d5b39ad

Browse files
committed
Bump msrv for all crates
1 parent b83c0a7 commit d5b39ad

12 files changed

Lines changed: 13 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ debug = true
8989
[workspace.package]
9090
version = "1.1.1"
9191
edition = "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]
9796
spacetimedb = { path = "crates/bindings", version = "1.1.1" }

crates/client-api-messages/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "Types for the SpacetimeDB client API messages"
7+
rust-version.workspace = true
78

89
[dependencies]
910
spacetimedb-lib = { workspace = true, features = ["serde"] }

crates/client-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "The HTTP API for SpacetimeDB"
7+
rust-version.workspace = true
78

89
[dependencies]
910
spacetimedb-client-api-messages.workspace = true

crates/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "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]

crates/data-structures/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "Assorted data structures used in spacetimedb"
7+
rust-version.workspace = true
78

89
[features]
910
serde = ["dep:serde", "hashbrown/serde"]

crates/metrics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "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

crates/primitives/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "Primitives such as TableId and ColumnIndexAttribute"
7+
rust-version.workspace = true
78

89
[dependencies]
910
bitflags.workspace = true

crates/sats/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "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

crates/sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "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

crates/standalone/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
license-file = "LICENSE"
66
description = "An executable for running a single SpacetimeDB standalone instance"
7+
rust-version.workspace = true
78

89
[[bin]]
910
name = "spacetimedb-standalone" # The name of the target.

0 commit comments

Comments
 (0)