-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(snarkos): bump version for new release
- Loading branch information
Showing
16 changed files
with
59 additions
and
59 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-integration" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A integration testing suite for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
v2.1.1 | ||
v2.1.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
@@ -57,47 +57,47 @@ version = "1" | |
|
||
[dependencies.snarkos-account] | ||
path = "./account" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-cli] | ||
path = "./cli" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-display] | ||
path = "./display" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node] | ||
path = "./node" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-cdn] | ||
path = "./node/cdn" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-consensus] | ||
path = "./node/consensus" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-env] | ||
path = "./node/env" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-messages] | ||
path = "./node/messages" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-rest] | ||
path = "./node/rest" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-router] | ||
path = "./node/router" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-tcp] | ||
path = "./node/tcp" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.tikv-jemallocator] | ||
version = "0.5" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-account" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Account for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-cli" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A CLI for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
@@ -64,19 +64,19 @@ version = "1" | |
|
||
[dependencies.snarkos-account] | ||
path = "../account" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-display] | ||
path = "../display" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node] | ||
path = "../node" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-rest] | ||
path = "../node/rest" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkvm] | ||
workspace = true | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-display" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A display for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
@@ -24,7 +24,7 @@ version = "0.26" | |
|
||
[dependencies.snarkos-node] | ||
path = "../node" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkvm] | ||
workspace = true | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A node for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
@@ -60,31 +60,31 @@ version = "1" | |
|
||
[dependencies.snarkos-account] | ||
path = "../account" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-cdn] | ||
path = "./cdn" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-consensus] | ||
path = "./consensus" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-messages] | ||
path = "./messages" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-rest] | ||
path = "./rest" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-router] | ||
path = "./router" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-tcp] | ||
path = "./tcp" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkvm] | ||
workspace = true | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node-cdn" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A CDN client for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node-consensus" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A node consensus for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node-env" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Execution environment information for snarkOS" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node-messages" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "Node messages for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node-metrics" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A node for a decentralized operating system" | ||
homepage = "https://aleo.org" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snarkos-node-rest" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ "The Aleo Team <[email protected]>" ] | ||
description = "A REST API server for a decentralized virtual machine" | ||
homepage = "https://aleo.org" | ||
|
@@ -53,19 +53,19 @@ features = [ "derive" ] | |
|
||
[dependencies.snarkos-node-consensus] | ||
path = "../consensus" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-env] | ||
path = "../env" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-messages] | ||
path = "../messages" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.snarkos-node-router] | ||
path = "../router" | ||
version = "=2.1.1" | ||
version = "=2.1.2" | ||
|
||
[dependencies.rand] | ||
version = "0.8" | ||
|
Oops, something went wrong.