Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 8c2429a

Browse files
authored
Merge versioned tests (#169)
1 parent 7839041 commit 8c2429a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+46
-3416
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ script:
1818
- 3.0.12/bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
1919
- 3.0.12/bin/mongod --fork --nopreallocj --dbpath ./data/test --syslog --port 27018
2020
- cargo build --verbose
21-
- cargo test v3_0 --verbose
21+
- cargo test --features "mongodb_3_0" --verbose
2222
- killall mongod
2323
- 3.2.10/bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
2424
- 3.2.10/bin/mongod --fork --nopreallocj --dbpath ./data/test2 --syslog --port 27018
25-
- cargo test v3_2 --verbose
25+
- cargo test --verbose

Cargo.toml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@ keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
1313
license = "Apache-2.0"
1414

1515
[dependencies]
16-
bson = "0.3"
17-
byteorder = "0.5"
18-
chrono = "0.2"
19-
rand = "0.3"
16+
bson = "0.3.2"
17+
byteorder = "0.5.3"
18+
chrono = "0.2.25"
19+
rand = "0.3.14"
2020
rust-crypto = "0.2.31"
21-
rustc-serialize = "0.3"
21+
rustc-serialize = "0.3.19"
2222
scan_fmt = "0.1.0"
2323
separator = "0.3.1"
24-
textnonce = { version = "0.4", default-features = false }
25-
time = "0.1"
24+
textnonce = { version = "0.4.1", default-features = false }
25+
time = "0.1.35"
2626
bufstream = "0.1.1"
2727

2828
[dev-dependencies]
29-
nalgebra = "0.10"
29+
nalgebra = "0.10.1"
30+
31+
[features]
32+
default = []
33+
mongodb_3_0 = []
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)