Skip to content

Commit

Permalink
uprev to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 10, 2024
1 parent 320adda commit 3377055
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 = "watchfiles_rust_notify"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
homepage = "https://github.com/samuelcolvin/watchfiles"
Expand All @@ -26,7 +26,7 @@ rust-version = "1.63"
[dependencies]
crossbeam-channel = "0.5.12"
notify = {git = "https://github.com/samuelcolvin/notify.git", branch = "keep-io-error"}
pyo3 = { version = "=0.23", features = ["extension-module", "generate-import-lib"] }
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }

[lib]
name = "_rust_notify"
Expand Down

0 comments on commit 3377055

Please sign in to comment.