Skip to content

Commit

Permalink
Merge pull request dragonflyoss#448 from imeoer/release-v2.0.1
Browse files Browse the repository at this point in the history
release: prepare for v2.0.1
  • Loading branch information
bergwolf authored May 27, 2022
2 parents dc1c60c + 2e1cbb7 commit b43aa52
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["*"]
pull_request:
branches: [master]
branches: ["*"]
schedule:
# Run daily sanity check at 23:08 clock UTC
- cron: "8 23 * * *"
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nydus-rs"
version = "2.0.0"
version = "2.0.1"
authors = ["The Nydus Developers"]
edition = "2018"
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
[dependencies]
lazy_static = "1.4.0"
log = "0.4.8"
dbs-uhttp = { version = "0.2.0" }
dbs-uhttp = { version = "0.3.0" }
serde = { version = "1.0.110", features = ["rc"] }
serde_derive = "1.0.110"
serde_json = "1.0.53"
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fuse-backend-rs = { version = "0.9.0" }
nydus-utils = { path = "../utils" }
nydus-error = { path = "../error" }

dbs-uhttp = { version = "0.2.0" }
dbs-uhttp = { version = "0.3.0" }

[dev-dependencies]

Expand Down

0 comments on commit b43aa52

Please sign in to comment.