Skip to content

Commit 0b49cd5

Browse files
authored
Bump required Rust version to 1.85 (#762)
1 parent 1876d87 commit 0b49cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ members = [
1515
"crates/echo",
1616
"crates/harp",
1717
"crates/libr",
18-
"crates/stdext"
18+
"crates/stdext",
1919
]
2020

2121
[workspace.package]
22-
rust-version = "1.80"
22+
rust-version = "1.85"
2323
edition = "2021"
2424
license = "MIT"
2525
authors = ["Posit Software, PBC"]

0 commit comments

Comments
 (0)