Skip to content

Commit

Permalink
use older rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 2, 2023
1 parent 430ece1 commit 2da3680
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
12 changes: 1 addition & 11 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ solders-token = { workspace = true }
solders-transaction = { workspace = true }
solders-bankrun = { workspace = true, optional = true }

[target.'cfg(windows)'.dependencies]
ntapi = "0.4.0"

[features]
default = ["bankrun"]
bankrun = ["dep:solders-bankrun"]
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.69.0"
channel = "1.68.0"
components = [ "clippy"]

0 comments on commit 2da3680

Please sign in to comment.