Skip to content

Commit 1191c03

Browse files
committed
1.0
1 parent 3fa4811 commit 1191c03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

harbor-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harbor-client"
3-
version = "1.0.0-beta.rc5"
3+
version = "1.0.0"
44
edition = "2024"
55

66
[features]

harbor-ui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "harbor-ui"
3-
version = "1.0.0-beta.rc5"
3+
version = "1.0.0"
44
edition = "2024"
55

66
[features]
77
default = []
88
vendored = ["harbor-client/vendored"]
99

1010
[dependencies]
11-
harbor-client = { version = "1.0.0-beta.rc5", path = "../harbor-client" }
11+
harbor-client = { version = "1.0.0", path = "../harbor-client" }
1212
fd-lock = "4.0.2"
1313

1414
log = { workspace = true }

0 commit comments

Comments
 (0)