Skip to content

Commit 98a6faf

Browse files
authored
bump inventory minimum version (#4954)
1 parent 35c0084 commit 98a6faf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ indoc = { version = "2.0.1", optional = true }
2929
unindent = { version = "0.2.1", optional = true }
3030

3131
# support crate for multiple-pymethods feature
32-
inventory = { version = "0.3.0", optional = true }
32+
inventory = { version = "0.3.5", optional = true }
3333

3434
# crate integrations that can be added using the eponymous features
3535
anyhow = { version = "1.0.1", optional = true }

newsfragments/4954.packaging.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump minimum supported `inventory` version to 0.3.5

0 commit comments

Comments
 (0)