Skip to content

Commit 315bfab

Browse files
committed
update lock
1 parent d8ff89a commit 315bfab

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3rs"
3-
version = "0.4.29"
3+
version = "0.4.30"
44
authors = ["Antonio Yang <[email protected]>"]
55
description = "A s3 cli client with multi configs with different provider"
66
keywords = ["S3", "Amazon", "CEPH", "AWS"]

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
3030
name = "s3rs";
3131
src = self;
32-
cargoSha256 = "sha256-H1eyRpcvCUbRHZ2Et3Wh8nrO5LPY0GqnLhntdsqPCAc=";
32+
cargoSha256 = "sha256-HI0gJGfEZyOyTq52aQVGizyJ221CcZjZNTYW+GUumvw=";
3333
buildInputs = [ openssl ];
3434
nativeBuildInputs = [ pkg-config ];
3535
};

0 commit comments

Comments
 (0)