Skip to content

Commit b43aa52

Browse files
authored
Merge pull request #448 from imeoer/release-v2.0.1
release: prepare for v2.0.1
2 parents dc1c60c + 2e1cbb7 commit b43aa52

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["*"]
66
pull_request:
7-
branches: [master]
7+
branches: ["*"]
88
schedule:
99
# Run daily sanity check at 23:08 clock UTC
1010
- cron: "8 23 * * *"

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nydus-rs"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["The Nydus Developers"]
55
edition = "2018"
66
license = "Apache-2.0 OR BSD-3-Clause"

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
1010
[dependencies]
1111
lazy_static = "1.4.0"
1212
log = "0.4.8"
13-
dbs-uhttp = { version = "0.2.0" }
13+
dbs-uhttp = { version = "0.3.0" }
1414
serde = { version = "1.0.110", features = ["rc"] }
1515
serde_derive = "1.0.110"
1616
serde_json = "1.0.53"

storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fuse-backend-rs = { version = "0.9.0" }
3535
nydus-utils = { path = "../utils" }
3636
nydus-error = { path = "../error" }
3737

38-
dbs-uhttp = { version = "0.2.0" }
38+
dbs-uhttp = { version = "0.3.0" }
3939

4040
[dev-dependencies]
4141

0 commit comments

Comments
 (0)