diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9a2b03..7aed435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index c3f7482..2a04957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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]