Skip to content

Commit

Permalink
release: kadmin-sys v0.0.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
1 parent 27b2809 commit a8aa501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 kadmin-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kadmin-sys"
version = "0.0.0"
version = "0.0.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion kadmin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client = ["kadmin-sys/client"]
local = ["kadmin-sys/server"]

[dependencies]
kadmin-sys = { path = "../kadmin-sys", version = "0.0.0", default-features = false }
kadmin-sys = { path = "../kadmin-sys", version = "0.0.1", default-features = false }
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit a8aa501

Please sign in to comment.