Skip to content

Commit

Permalink
release: kadmin v0.3.0 (#57)
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 Nov 30, 2024
1 parent bc3d775 commit 4848fe9
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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kadmin"
version = "0.2.0"
version = "0.3.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion python-kadmin-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local = ["kadmin/local"]

[dependencies]
indoc = "2"
kadmin = { path = "../kadmin", version = "0.2.0", default-features = false }
kadmin = { path = "../kadmin", version = "0.3.0", default-features = false }
pyo3 = { version = "0.23", features = [
"extension-module",
"chrono",
Expand Down

0 comments on commit 4848fe9

Please sign in to comment.