Skip to content

Commit

Permalink
Upgrade required rustc -> 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaop committed Jul 6, 2024
1 parent 6836f61 commit 317add5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*", "examples/*"]

[workspace.package]
version = "0.2.0"
rust-version = "1.77.0"
rust-version = "1.79.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/urholaukkarinen/transform-gizmo"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 317add5

Please sign in to comment.