Skip to content

Commit

Permalink
Update msrv.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Jan 4, 2025
1 parent f319274 commit 4e5a144
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
rust:
- 1.70.0
- 1.68.2
- 1.61.0
- 1.63.0
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ project adheres to
* All numbers are now represented as f64 (#203).
This removes integration with `num-rational`, `num-bigint`,
`num-integer` and `num-traits`.
* Msrv is now 1.63.0 for rsass (and 1.74 for rsass-cli).

### Other changes:

Expand Down
2 changes: 1 addition & 1 deletion rsass-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/kaj/rsass"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.63.0"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion rsass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/kaj/rsass"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.63.0"

[dependencies]
arc-swap = "1.5.0"
Expand Down

0 comments on commit 4e5a144

Please sign in to comment.