Skip to content

Commit

Permalink
put: fix put test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Yang committed Sep 4, 2019
1 parent a1c25ba commit 04c5bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3rs"
version = "0.2.4"
version = "0.2.5"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with diffent provider"
keywords = ["S3", "Amazon", "ceph", "AWS"]
Expand Down Expand Up @@ -35,9 +35,9 @@ serde_json = "1.0"
regex = "0.2"
quick-xml = "0.12"
colored = "1.6"
s3handler = "0.2.3"
s3handler = "0.2.6"

# Patch for s3handler
#[patch.crates-io]
# [patch.crates-io]
# s3handler = { path = "../s3handler" }
# s3handler = { git = "https://github.com/yanganto/s3handler", branch = "master" }

0 comments on commit 04c5bac

Please sign in to comment.