Skip to content

Commit

Permalink
Update Rust to v1.84 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen authored Jan 16, 2025
1 parent fa0e457 commit 9d12f1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 = "2"
resolver = "3"

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

[workspace.package]
rust-version = "1.83"
rust-version = "1.84"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/contextgeneric/cgp"
Expand Down
1 change: 0 additions & 1 deletion crates/cgp-runtime/src/traits/has_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use cgp_core::prelude::*;
use crate::HasRuntimeType;

#[cgp_getter {
context: App,
provider: RuntimeGetter,
}]
pub trait HasRuntime: HasRuntimeType {
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.83"
channel = "1.84"
profile = "default"

0 comments on commit 9d12f1a

Please sign in to comment.