Skip to content

Commit

Permalink
Merge pull request #63 from paritytech/bump-smallvec
Browse files Browse the repository at this point in the history
bump smallvec to 0.6
  • Loading branch information
niklasad1 authored Sep 18, 2018
2 parents ef6e46b + e7feb90 commit 7749c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
description = "Generic transaction pool."
name = "transaction-pool"
version = "1.13.2"
version = "1.13.3"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]

[dependencies]
error-chain = "0.12"
log = "0.4"
smallvec = "0.4"
smallvec = "0.6"
trace-time = { path = "../trace-time", version = "0.1" }

[dev-dependencies]
Expand Down

0 comments on commit 7749c2a

Please sign in to comment.