Skip to content

Commit

Permalink
Bump version to 0.1.4 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bisho authored Nov 26, 2024
1 parent fbead39 commit 83f2575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
[package]
name = "meta-memcache-socket"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "meta_memcache_socket"
crate-type = ["cdylib"]

[dependencies]
atoi = "2.0.0"
base64 = "0.22.1"

[dependencies.pyo3]
version = "0.23.1"
features = ["extension-module"]
pyo3 = { version = "0.23.1", features = ["extension-module"] }

0 comments on commit 83f2575

Please sign in to comment.