Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 20, 2023
1 parent 140df32 commit a111f0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- ubuntu-latest
toolchain:
- 1.56
- 1.65
- stable
- nightly
features:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os:
- ubuntu-latest
toolchain:
- 1.56
- 1.65
- stable
- nightly
features:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bc"
version = "0.1.14"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.56"
rust-version = "1.65"
repository = "https://github.com/magiclen/bc"
homepage = "https://magiclen.org/bc"
keywords = ["bc", "timeout", "math", "parse", "equation"]
Expand All @@ -13,7 +13,7 @@ license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]
execute = "0.2.4"
execute = "0.2"

[dev-dependencies]
assert-eq-float = "0.1"

0 comments on commit a111f0e

Please sign in to comment.