Skip to content

Commit

Permalink
Upgrade MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
omid committed Nov 11, 2022
1 parent 9ccb00f commit f72310b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
- { name: Windows, os: windows-2022, triple: x86_64-pc-windows-msvc }
version:
- 1.57.0 # MSRV
- 1.59.0 # MSRV
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion formula-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
documentation = "https://docs.rs/formula"
repository = "https://github.com/omid/formula"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion formula/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
documentation = "https://docs.rs/formula"
repository = "https://github.com/omid/formula"
edition = "2021"
rust-version = "1.57"
rust-version = "1.59"

[dependencies]
chrono = "0.4.22"
Expand Down

0 comments on commit f72310b

Please sign in to comment.