Skip to content

Commit

Permalink
Revert back minimal Rust version to 1.81 (#62)
Browse files Browse the repository at this point in the history
* Revert back minimal Rust version to 1.81

* Also revert resolver and rust-toolchain
  • Loading branch information
soareschen authored Jan 16, 2025
1 parent 19c239d commit ee19ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]

resolver = "3"
resolver = "2"

members = [
"crates/cgp",
Expand All @@ -27,7 +27,7 @@ members = [
]

[workspace.package]
rust-version = "1.84"
rust-version = "1.81"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/contextgeneric/cgp"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.84"
channel = "1.81"
profile = "default"

0 comments on commit ee19ad1

Please sign in to comment.