Skip to content

Commit

Permalink
Add README upgrade to rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmeu committed Feb 29, 2024
1 parent cc5a6c6 commit c48fd7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Retrieve public randomness, and encrypt your files to the future. **dee** provid

## Installation

| Environment | CLI Command |
|:------------|:------------|
| Cargo (Rust 1.70+) | `cargo install dee --git https://github.com/thibmeu/drand-rs` |
| Environment | CLI Command |
|:-------------------|:--------------------------------------------------------------|
| Cargo (Rust 1.74+) | `cargo install dee --git https://github.com/thibmeu/drand-rs` |

On Linux, Windows, or macOS, you can use the [pre-built binaries](https://github.com/thibmeu/drand-rs/releases).

Expand Down Expand Up @@ -103,12 +103,12 @@ Hello dee!

### Common remotes

| ID | Remote | Timelock encryption |
| :--------------------|:------------------------------------------------------------------------------------------------|:--------------------|
| ID | Remote | Timelock encryption |
| :---------------------|:------------------------------------------------------------------------------------------------|:--------------------|
| `quicknet-cloudflare` | `https://drand.cloudflare.com/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971` | Yes |
| `quicknet-pl` | `https://api.drand.sh/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971` | Yes |
| `mainnet-cloudflare` | `https://drand.cloudflare.com` | No |
| `mainnet-pl` | `https://api.drand.sh` | No |
| `mainnet-cloudflare` | `https://drand.cloudflare.com` | No |
| `mainnet-pl` | `https://api.drand.sh` | No |

`dee` does not come with a default remote beacon. You should decide whichever suit your needs.

Expand Down
10 changes: 5 additions & 5 deletions drand_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The reference interroperable Go implementation is available at [drand/drand](htt

| Environment | CLI Command |
|:-------------------|:---------------------------|
| Cargo (Rust 1.70+) | `cargo install drand_core` |
| Cargo (Rust 1.74+) | `cargo install drand_core` |

The library is tested against the following targets: `x86_64-unknown-linux-gnu`, `armv7-unknown-linux-gnueabihf`, `aarch64-unknown-linux-gnu`, `wasm32-unknown-unknown`

Expand All @@ -62,12 +62,12 @@ Code examples are provided in [drand_core/examples](./examples). You can run the

### Common remotes

| ID | Remote | Timelock encryption |
| :--------------------|:------------------------------------------------------------------------------------------------|:--------------------|
| ID | Remote | Timelock encryption |
| :---------------------|:------------------------------------------------------------------------------------------------|:--------------------|
| `quicknet-cloudflare` | `https://drand.cloudflare.com/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971` | Yes |
| `quicknet-pl` | `https://api.drand.sh/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971` | Yes |
| `mainnet-cloudflare` | `https://drand.cloudflare.com` | No |
| `mainnet-pl` | `https://api.drand.sh` | No |
| `mainnet-cloudflare` | `https://drand.cloudflare.com` | No |
| `mainnet-pl` | `https://api.drand.sh` | No |

`drand_core` does not come with a default remote beacon. You should decide whichever suit your needs.

Expand Down

0 comments on commit c48fd7f

Please sign in to comment.