Skip to content

Commit

Permalink
Merge pull request #264 from mzeitlin11/ci
Browse files Browse the repository at this point in the history
CI: pin deps requiring 2021 edition
  • Loading branch information
arlyon authored Aug 21, 2022
2 parents 8da5625 + f924230 commit c1d2850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ hex = { version = "0.4", optional = true }
# pinned deps to prevent msrv breakage
indexmap = {version = "1.0,<1.9.0", optional = true}
time = {version = "0.3,<0.3.10", optional = true}
# >=2.7.0 requires 2021 edition
security-framework = {version = "~2.6.0", optional = true}
# >=3.11.0 requires 2021 edition
bumpalo = {version = "~3.10.0", optional = true}

[dev-dependencies]
anyhow = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion openapi/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v172"
"version": "v180"
}

0 comments on commit c1d2850

Please sign in to comment.