Bump version

This commit is contained in:
Jacob Zhong
2022-05-01 09:30:48 -04:00
parent 8f04de3270
commit ecbb515f79
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "num-prime"
version = "0.3.3"
version = "0.4.0"
edition = "2018"
repository = "https://github.com/cmpute/num-prime"
@@ -32,6 +32,7 @@ features = ["rand"]
[features]
default = ['big-table', 'big-int']
big-table = []
# TODO: use the new cargo feature to override the num-bigint option
big-int = ['num-bigint', 'num-modular/num-bigint']
[workspace]