Skip to content

Commit

Permalink
Try 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
lepton committed Feb 22, 2024
1 parent 985e436 commit 04639f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
tags:
- v*
- v*
pull_request:
branches: [main]

Expand Down
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ json = { version = ">= 0.12.4", optional = true }
log = { version = ">= 0.4.17", optional = true }
rand_chacha = { version = ">= 0.3.1", optional = true, features = ["std"] }
rand_core = { version = '>= 0.6.4', optional = true, features = ["std"] }
rust-ini = { version = ">= 0.20", optional = true }
toml = { version = ">= 0.7.3", optional = true }
rust-ini = { version = ">= 0.18", optional = true }
toml = { version = ">= 0.6.3", optional = true }
yaml-rust = { version = ">= 0.4.5", optional = true }

[dev-dependencies]
criterion = '>= 0.4.0'
regex = '>= 1.8.1'
clap = '= 4.3'
anstream = '= 0.3.2'
regex = '= 1.8.1'
env_logger = '>= 0.9.0'
log = '>= 0.4'
quickcheck = '1'
Expand Down

0 comments on commit 04639f6

Please sign in to comment.