Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Replace toolchain requirement to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed May 2, 2023
1 parent e4d1801 commit e1e7997
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- run: |
cargo +nightly tarpaulin --verbose --engine llvm --release --out Xml
cargo tarpaulin --verbose --engine llvm --release --out Xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
description = "Modular Static ICE-FROST: Identifiable Cheating Entity Flexible Round-Optimised Threshold Signature"
readme = "README.md"
license = "MIT/Apache-2"
repository = "https://github.com/Toposware/ice_frost"
homepage = "https://github.com/ToposWare/ice_frost"
repository = "https://github.com/topos-network/ice_frost"
homepage = "https://github.com/topos-network/ice_frost"
keywords = ["cryptography", "frost", "ice-frost", "signature", "threshold-signature"]
categories = ["cryptography"]
exclude = [ ".gitignore" ]
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Note however that two parameters are not modular, at least in the current versio

This library also provides by default an example instantiation over the Secp256k1 curve with SHA-256, to be used in tests and benchmarks.

## MSRV

This crate requires the `generic_const_exprs` unstable feature, and thus needs to be compiled with the `nightly` toolchain.

## Note on `no_std` usage

This crate can be made `no_std` compliant, by relying on the `alloc` crate instead.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
1.63.0

0 comments on commit e1e7997

Please sign in to comment.