Skip to content

Commit

Permalink
Merge pull request #136 from iamjpotts/20230831-more-kubo-images
Browse files Browse the repository at this point in the history
Add more kubo images to automated tests using Docker; upgrade testing dependencies
  • Loading branch information
ferristseng authored Sep 6, 2023
2 parents 25947f5 + e48cad9 commit 07f23d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipfs-api-versions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ proc-macro2 = "1.0"
quote = "1.0"

[dev-dependencies]
test-case = "2.2"
test-case = "3.1"
5 changes: 5 additions & 0 deletions ipfs-api-versions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ fn supported() -> Vec<(String, String)> {
("ipfs/kubo", "v0.15.0"),
("ipfs/kubo", "v0.16.0"),
("ipfs/kubo", "v0.17.0"),
("ipfs/kubo", "v0.18.0"),
("ipfs/kubo", "v0.19.0"),
("ipfs/kubo", "v0.20.0"),
("ipfs/kubo", "v0.21.0"),
("ipfs/kubo", "v0.22.0"),
];

source
Expand Down
4 changes: 2 additions & 2 deletions ipfs-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ actix-rt = "2.5"
cfg-if = "1"
futures = "0.3"
ipfs-api-versions = { version = "0.1", path = "../ipfs-api-versions" }
passivized_docker_engine_client = "0.0.6"
passivized_htpasswd = "0.0.3"
passivized_docker_engine_client = "0.0.8"
passivized_htpasswd = "0.0.5"
reqwest = "0.11"
tempfile = "3.3"
test-case = "2.2"
Expand Down

0 comments on commit 07f23d7

Please sign in to comment.