Skip to content

Commit

Permalink
update msrv to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
omid committed Oct 18, 2024
1 parent 27f77f1 commit 869d94b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .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.61.0 # MSRV
- 1.63.0 # MSRV
- stable
- nightly
steps:
Expand All @@ -43,7 +43,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ matrix.version }}-${{ matrix.target.triple }}
profile: minimal
override: true
- name: Run tests
run: |
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.61"
rust-version = "1.63"

[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.61"
rust-version = "1.63"

[dependencies]
chrono = "0.4"
Expand Down

0 comments on commit 869d94b

Please sign in to comment.