Skip to content

Commit 0b9c316

Browse files
committed
chore(snarkvm): bump version for new release
1 parent 2940bfc commit 0b9c316

File tree

23 files changed

+61
-61
lines changed

23 files changed

+61
-61
lines changed

.cargo/release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.5.4
1+
v4.6.0

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -178,84 +178,84 @@ version = "0.2"
178178

179179
[workspace.dependencies.snarkos-account]
180180
path = "account"
181-
version = "=4.5.4"
181+
version = "=4.6.0"
182182

183183
[workspace.dependencies.snarkos-cli]
184184
path = "cli"
185-
version = "=4.5.4"
185+
version = "=4.6.0"
186186

187187
[workspace.dependencies.snarkos-display]
188188
path = "display"
189-
version = "=4.5.4"
189+
version = "=4.6.0"
190190

191191
[workspace.dependencies.snarkos-node]
192192
path = "node"
193-
version = "=4.5.4"
193+
version = "=4.6.0"
194194

195195
[workspace.dependencies.snarkos-node-bft]
196196
path = "node/bft"
197-
version = "=4.5.4"
197+
version = "=4.6.0"
198198

199199
[workspace.dependencies.snarkos-node-bft-events]
200200
path = "node/bft/events"
201-
version = "=4.5.4"
201+
version = "=4.6.0"
202202

203203
[workspace.dependencies.snarkos-node-bft-storage-service]
204204
path = "node/bft/storage-service"
205-
version = "=4.5.4"
205+
version = "=4.6.0"
206206

207207
[workspace.dependencies.snarkos-node-bft-ledger-service]
208208
path = "node/bft/ledger-service"
209-
version = "=4.5.4"
209+
version = "=4.6.0"
210210
default-features = false
211211

212212
[workspace.dependencies.snarkos-node-consensus]
213213
path = "node/consensus"
214-
version = "=4.5.4"
214+
version = "=4.6.0"
215215

216216
[workspace.dependencies.snarkos-node-cdn]
217217
path = "node/cdn"
218-
version = "=4.5.4"
218+
version = "=4.6.0"
219219

220220
[workspace.dependencies.snarkos-node-metrics]
221221
path = "node/metrics"
222-
version = "=4.5.4"
222+
version = "=4.6.0"
223223

224224
[workspace.dependencies.snarkos-node-network]
225225
path = "node/network"
226-
version = "=4.5.4"
226+
version = "=4.6.0"
227227

228228
[workspace.dependencies.snarkos-node-router]
229229
path = "node/router"
230-
version = "=4.5.4"
230+
version = "=4.6.0"
231231

232232
[workspace.dependencies.snarkos-node-router-messages]
233233
path = "node/router/messages"
234-
version = "=4.5.4"
234+
version = "=4.6.0"
235235

236236
[workspace.dependencies.snarkos-node-rest]
237237
path = "node/rest"
238-
version = "=4.5.4"
238+
version = "=4.6.0"
239239

240240
[workspace.dependencies.snarkos-node-sync]
241241
path = "node/sync"
242-
version = "=4.5.4"
242+
version = "=4.6.0"
243243

244244
[workspace.dependencies.snarkos-node-sync-communication-service]
245245
path = "node/sync/communication-service"
246-
version = "=4.5.4"
246+
version = "=4.6.0"
247247

248248
[workspace.dependencies.snarkos-node-sync-locators]
249249
path = "node/sync/locators"
250-
version = "=4.5.4"
250+
version = "=4.6.0"
251251

252252
[workspace.dependencies.snarkos-node-tcp]
253253
path = "node/tcp"
254-
version = "=4.5.4"
254+
version = "=4.6.0"
255255

256256
[workspace.dependencies.snarkos-utilities]
257257
path = "utilities"
258-
version = "=4.5.4"
258+
version = "=4.6.0"
259259

260260
[[bin]]
261261
name = "snarkos"

account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-account"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "Account for a decentralized operating system"
66
homepage = "https://aleo.org"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-cli"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "Command-line interface for snarkOS"
66
homepage = "https://aleo.org"

display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-display"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "A display for a decentralized operating system"
66
homepage = "https://aleo.org"

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-node"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "A node for a decentralized operating system"
66
homepage = "https://aleo.org"

node/bft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-node-bft"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "A memory pool for a decentralized operating system"
66
homepage = "https://aleo.org"

node/bft/events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-node-bft-events"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "Events for the gateway in a decentralized operating system"
66
homepage = "https://aleo.org"

node/bft/ledger-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snarkos-node-bft-ledger-service"
3-
version = "4.5.4"
3+
version = "4.6.0"
44
authors = [ "The Aleo Team <hello@aleo.org>" ]
55
description = "A ledger service for the memory pool in a decentralized operating system"
66
homepage = "https://aleo.org"

0 commit comments

Comments
 (0)