mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore: use common msrv for the workspace
Since cargo commands create a lock using the smallest msrv in the workspace, it can prevent getting up-to-date dependencies
This commit is contained in:
committed by
Nicolas Sarlin
parent
b8fd0e4240
commit
83b82091bd
@@ -8,7 +8,7 @@ documentation = "https://docs.zama.ai/tfhe-rs"
|
||||
repository = "https://github.com/zama-ai/tfhe-rs"
|
||||
license = "BSD-3-Clause-Clear"
|
||||
description = "tfhe-zk-pok: An implementation of zero-knowledge proofs of encryption for TFHE."
|
||||
rust-version = "1.84"
|
||||
rust-version.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user