Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 691580c

Browse files
authored
Stable 2.4.9 (#10826)
* cargo update -p smallvec (#10822) Fixes servo/rust-smallvec#148 * Update version to 2.4.9
1 parent 25435c6 commit 691580c

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Parity Ethereum client"
33
name = "parity-ethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "2.4.8"
5+
version = "2.4.9"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <[email protected]>"]
88

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
6-
version = "2.4.8"
6+
version = "2.4.9"
77
authors = ["Parity Technologies <[email protected]>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)