Skip to content

Commit 184291a

Browse files
committed
remove patch version in dependency
1 parent ff7ef20 commit 184291a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ dyn-clone = "1.0"
168168
# Note: enum iteration is also provided by strum. However, with strum it's a bit more limited,
169169
# e.g. there is no way to to go from one enum value to the next one, like enum_iterator::Sequence::next()
170170
# does.
171-
num-bigint = "0.4.6"
171+
num-bigint = "0.4"
172172
enum-iterator = "2.0"
173173
enumflags2 = "0.7"
174174
expect-test = "1.3"

0 commit comments

Comments
 (0)