Skip to content

Commit

Permalink
Merge pull request #18 from debris/bump_smallvec
Browse files Browse the repository at this point in the history
Update smallvec to 0.6
  • Loading branch information
cuviper committed Apr 12, 2018
2 parents 71d7286 + cb22652 commit eaa5fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: rust
rust:
- nightly
- beta
- 1.9.0
- 1.13.0
- stable
addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ primal-sieve = { path = "primal-sieve", version = "0.2" }

[dev-dependencies]
primal-slowsieve = { path = "primal-slowsieve", version = "0.2" }
time = "0.1, <=0.1.37" # 0.1.38 doesn't work with rust 1.8
time = "0.1"

[features]
unstable = ["primal-sieve/unstable"]
Expand Down
2 changes: 1 addition & 1 deletion primal-sieve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A high performance prime sieve.
[dependencies]
primal-bit = { path = "../primal-bit", version = "0.2.2" }
primal-estimate = { path = "../primal-estimate", version = "0.2" }
smallvec = "0.4.1"
smallvec = "0.6"
hamming = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit eaa5fac

Please sign in to comment.