Skip to content

Commit

Permalink
update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Jul 29, 2024
1 parent d8ff89a commit 4b5cca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3rs"
version = "0.4.29"
version = "0.4.30"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with different provider"
keywords = ["S3", "Amazon", "CEPH", "AWS"]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
name = "s3rs";
src = self;
cargoSha256 = "sha256-H1eyRpcvCUbRHZ2Et3Wh8nrO5LPY0GqnLhntdsqPCAc=";
cargoSha256 = "sha256-HI0gJGfEZyOyTq52aQVGizyJ221CcZjZNTYW+GUumvw=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];
};
Expand Down

0 comments on commit 4b5cca1

Please sign in to comment.