mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
Bump version
This commit is contained in:
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user