Skip to content

Commit 0053acc

Browse files
committed
Bump version on cargo-registry-s3 to get Debug on s3::Bucket
1 parent a069480 commit 0053acc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -23,7 +23,7 @@ path = "src/tests/all.rs"
2323
rustdoc-args = ["--no-defaults --passes collapse-docs --passes unindent-comments"]
2424

2525
[dependencies]
26-
cargo-registry-s3 = { path = "src/s3", version = "0.1.0" }
26+
cargo-registry-s3 = { path = "src/s3", version = "0.2.0" }
2727
rand = "0.3"
2828
time = "0.1"
2929
git2 = "0.6.4"

src/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "cargo-registry-s3"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = ["Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-lang/crates.io"

0 commit comments

Comments
 (0)