Skip to content

Commit

Permalink
chore: bump prql-compiler's MSRV to 1.70.0 (PRQL#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Dec 1, 2023
1 parent e46a396 commit e6b6ea8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

**Internal changes**:

- Bump `prql-compiler`'s MSRV to 1.70.0 (@eitsupi, #3876)

**New Contributors**:

## 0.10.1 — 2023-11-14
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors = ["PRQL Developers"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/PRQL/prql"
rust-version = "1.65.0"
rust-version = "1.70.0"
version = "0.10.2"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion prqlc/prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository.workspace = true
rust-version.workspace = true
version.workspace = true

metadata.msrv = "1.65.0"
metadata.msrv = "1.70.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "prqlc"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version = "1.70.0"
rust-version.workspace = true
version.workspace = true

[[bin]]
Expand Down

0 comments on commit e6b6ea8

Please sign in to comment.