Skip to content

Commit 3377055

Browse files
committed
uprev to v1.0.1
1 parent 320adda commit 3377055

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "watchfiles_rust_notify"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/samuelcolvin/watchfiles"
@@ -26,7 +26,7 @@ rust-version = "1.63"
2626
[dependencies]
2727
crossbeam-channel = "0.5.12"
2828
notify = {git = "https://github.com/samuelcolvin/notify.git", branch = "keep-io-error"}
29-
pyo3 = { version = "=0.23", features = ["extension-module", "generate-import-lib"] }
29+
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
3030

3131
[lib]
3232
name = "_rust_notify"

0 commit comments

Comments
 (0)