Skip to content

Commit cdc8e2a

Browse files
restrict time crate version
Signed-off-by: Andrew Whitehead <[email protected]>
1 parent 73500e1 commit cdc8e2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
default: false
2424
type: boolean
2525

26+
concurrency:
27+
group: ${{ github.workflow }}-${{ github.ref }}
28+
cancel-in-progress: true
29+
2630
jobs:
2731
checks:
2832
name: Run checks

libindy_vdr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive"] }
4949
serde_json = "1.0"
5050
sha3 = "0.10"
5151
thiserror = "1.0"
52-
time = { version = "0.3.7", features = ["parsing"] }
52+
time = { version = "=0.3.22", features = ["parsing"] }
5353
url = "2.2.2"
5454
zmq = "0.9"
5555

0 commit comments

Comments
 (0)