Skip to content

Commit

Permalink
restrict time crate version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Jul 19, 2023
1 parent 73500e1 commit 6b90fc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:

on:
push:
branches: [main]
pull_request:
branches: [main]
release:
Expand All @@ -23,6 +24,10 @@ on:
default: false
type: boolean

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
checks:
name: Run checks
Expand Down
2 changes: 1 addition & 1 deletion libindy_vdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha3 = "0.10"
thiserror = "1.0"
time = { version = "0.3.7", features = ["parsing"] }
time = { version = "=0.3.20", features = ["parsing"] }
url = "2.2.2"
zmq = "0.9"

Expand Down

0 comments on commit 6b90fc1

Please sign in to comment.