Skip to content

Commit 533d37b

Browse files
committed
ci: bump pinned to Rust 1.65
1 parent 6374614 commit 533d37b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
- build: pinned
2121
os: ubuntu-latest
22-
rust: 1.61.0
22+
rust: 1.65.0
2323
- build: stable
2424
os: ubuntu-latest
2525
rust: stable

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Unlicense/MIT"
1212
categories = ["encoding", "parser-implementations"]
1313
exclude = ["/.github", "/ci/*", "/scripts/*"]
1414
edition = "2021"
15-
rust-version = "1.61"
15+
rust-version = "1.65"
1616

1717
[workspace]
1818
members = ["csv-core", "csv-index"]
@@ -27,7 +27,7 @@ ryu = "1"
2727
serde = "1.0.55"
2828

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

3333
[profile.release]

0 commit comments

Comments
 (0)