Skip to content

Commit

Permalink
updating rust-version to 1.72.1 (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Amorim <[email protected]>
  • Loading branch information
igorvieira and raphamorim authored Sep 20, 2023
1 parent a4280a9 commit 5ab85bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
keywords = ["graphics", "terminal"]
rust-version = "1.72.0"
rust-version = "1.72.1"
repository = "https://github.com/raphamorim/rio"
homepage = "https://raphamorim.io/rio"
documentation = "https://github.com/raphamorim/rio#readme"
Expand Down
2 changes: 1 addition & 1 deletion copa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
version = { workspace = true }
name = "copa"
edition = "2021"
rust-version = "1.62.1"
rust-version = "1.72.1"

[dependencies]
rio-proc-macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If you see this, run "rustup self update" to get rustup 1.23 or newer.

[toolchain]
channel = "1.72.0"
channel = "1.72.1"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 5ab85bd

Please sign in to comment.