Skip to content

Commit c902b06

Browse files
authored
Fix ci (#32)
Needed to bump MSRV to 1.68 due to serde incompatibility
1 parent aa49007 commit c902b06

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
rust_version: ["1.67.1", "nightly", "stable"]
42+
rust_version: ["1.68", "nightly", "stable"]
4343

4444
steps:
4545
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tsid"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
authors = ["Maciej Stępyra <jakudlaty@gmail.com>"]
66
keywords = ["tsid", "sortable", "identifier", "generator"]
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/jakudlaty/tsid/"
1010
documentation = "https://docs.rs/tsid/"
1111
description = "A Rust library for generating Time-Sorted Unique Identifiers"
12-
rust-version = "1.67.1"
12+
rust-version = "1.68.0"
1313

1414
[dependencies]
1515
rand = "0.8.5"

0 commit comments

Comments
 (0)