Skip to content

Commit

Permalink
release commit v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Dec 9, 2024
1 parent fdf80dd commit 3d6b712
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "idf-im-lib"
version = "0.1.8"
version = "0.1.9"
edition = "2021"

[features]
Expand Down Expand Up @@ -28,5 +28,5 @@ tempfile = "3.2"

rustpython-vm = { git = "https://github.com/Hahihula/RustPython.git", branch = "test-rust-build", features = ["freeze-stdlib"], optional = true }
rustpython-stdlib = { git = "https://github.com/Hahihula/RustPython.git", branch = "test-rust-build", features = ["ssl-vendor"], optional = true }
anyhow = "1.0.93"
anyhow = "^1.0"
rust_search = "2.1.0"

0 comments on commit 3d6b712

Please sign in to comment.