mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
Merge pull request #50 from xtqqczze/msrv
add rust-version to cargo workspace
This commit is contained in:
+6
-2
@@ -1,8 +1,12 @@
|
||||
[workspace.package]
|
||||
edition = "2018"
|
||||
rust-version = "1.87"
|
||||
|
||||
[package]
|
||||
name = "num-prime"
|
||||
version = "0.4.4"
|
||||
edition = "2018"
|
||||
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
repository = "https://github.com/uutils/num-prime"
|
||||
keywords = ["mathematics", "primes", "number-theory", "bigint", "num"]
|
||||
categories = ["cryptography", "science", "algorithms"]
|
||||
|
||||
+2
-1
@@ -2,7 +2,8 @@
|
||||
name = "num-prime-bench"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
Reference in New Issue
Block a user