We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f30e24 commit 92926fdCopy full SHA for 92926fd
.github/workflows/ci.yml
@@ -41,6 +41,9 @@ jobs:
41
- run: cargo update -p zerofrom --precise 0.1.5 # 0.1.6 requires rustc 1.81
42
- run: cargo update -p lz4_flex --precise 0.11.3 # 0.11.4 requires rustc 1.81
43
- run: cargo update -p url --precise 2.5.0 # 2.5.4 requires rustc 1.82
44
+ - run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81
45
+ - run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81
46
+ - run: cargo update -p deranged --precise 0.4.0 # 0.5.x requires rustc 1.81
47
- run: cargo build
48
- run: cargo build --no-default-features
49
- run: cargo build --features uuid,time,chrono
0 commit comments