Skip to content

Commit

Permalink
rust 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Jun 20, 2024
1 parent d334f95 commit 96a7dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
93 changes: 1 addition & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cached = "0.47.0"
chrono = "0.4.34"
dioxus = { version = "0.5", features = ["web", "router"] }
dioxus-std = { version = "0.5", features = ["clipboard", "utils"] }
env_logger = { version = "0.11.2", optional = true }
# env_logger = { version = "0.11.2", optional = true }
futures = "0.3.30"
futures-util = "0.3.30"
gloo = { version = "0.11.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.79.0"
channel = "1.77.0"
components = [ "rustfmt", "rust-analyzer" ]
profile = "minimal"

0 comments on commit 96a7dcd

Please sign in to comment.