-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Key changes: Feature: data channel pool: #562 Feature: Using callback instead MPMC channel: #561 Chore: Make rings-snark optional: #558 Chore: Using forked protocolJs: #556
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ resolver = "2" | |
members = ["crates/*", "examples/native", "examples/snark"] | ||
|
||
[workspace.package] | ||
version = "0.5.6" | ||
version = "0.6.0" | ||
edition = "2021" | ||
license = "GPL-3.0" | ||
authors = ["RND <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"RND <[email protected]>" | ||
], | ||
"description": "Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.\n", | ||
"version": "0.5.6", | ||
"version": "0.6.0", | ||
"license": "GPL-3.0", | ||
"repository": { | ||
"type": "git", | ||
|