Skip to content

Commit

Permalink
ci: bump pinned to Rust 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Oct 10, 2023
1 parent 6374614 commit 533d37b
Show file tree
Hide file tree
Showing 2 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 @@ -19,7 +19,7 @@ jobs:
include:
- build: pinned
os: ubuntu-latest
rust: 1.61.0
rust: 1.65.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Unlicense/MIT"
categories = ["encoding", "parser-implementations"]
exclude = ["/.github", "/ci/*", "/scripts/*"]
edition = "2021"
rust-version = "1.61"
rust-version = "1.65"

[workspace]
members = ["csv-core", "csv-index"]
Expand All @@ -27,7 +27,7 @@ ryu = "1"
serde = "1.0.55"

[dev-dependencies]
bstr = { version = "1.2.0", default-features = false, features = ["alloc", "serde"] }
bstr = { version = "1.7.0", default-features = false, features = ["alloc", "serde"] }
serde = { version = "1.0.55", features = ["derive"] }

[profile.release]
Expand Down

0 comments on commit 533d37b

Please sign in to comment.