Skip to content

Commit 740e497

Browse files
Add MSRV computed with cargo msrv
Bump toolchain version in CI to 1.81
1 parent d559240 commit 740e497

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55
description = "Restate SDK for Rust"
66
license = "MIT"
77
repository = "https://github.com/restatedev/sdk-rust"
8+
rust-version = "1.76.0"
89

910
[features]
1011
default = ["http_server", "rand", "uuid"]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.80.1"
2+
channel = "1.81.0"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]

test-services/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.78
1+
FROM rust:1.81
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)