Skip to content

Commit

Permalink
release: kadmin-sys v0.3.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Dec 6, 2024
1 parent 481d6cd commit 0ee25e9
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.2.1"
version = "0.3.0"
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 @@ -24,7 +24,7 @@ chrono = "0.4"
either = { version = "1.13", optional = true }
getset = "0.1"
indoc = { version = "2", optional = true }
kadmin-sys = { path = "../kadmin-sys", version = "0.2.1", default-features = false }
kadmin-sys = { path = "../kadmin-sys", version = "0.3.0", default-features = false }
libc = "0.2"
pyo3 = { version = "0.23", features = [
"extension-module",
Expand Down

0 comments on commit 0ee25e9

Please sign in to comment.