Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored and github-actions[bot] committed May 7, 2024
1 parent f904ef2 commit 61df4c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.42.8 (2024-04-19)
## 0.43.0 (2024-05-07)

#### Feature

* stream resources to files (#314) (f904ef22)

4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion momento-cli-opts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento-cli-opts"
version = "0.42.8"
version = "0.43.0"
edition = "2021"

[dependencies.clap]
Expand Down
7 changes: 5 additions & 2 deletions momento/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "momento-cli"
version = "0.42.8"
version = "0.43.0"
edition = "2021"

[dependencies]
Expand All @@ -25,13 +25,16 @@ aws-sdk-dynamodb = "1.19.0"
aws-sdk-elasticache = "1.18.0"
indicatif = "0.17.8"
flate2 = "1.0.28"
struson = { version = "0.5.0", features = ["serde"] }

[dev-dependencies]
assert_cmd = "2.0.2"
predicates = "2.1.1"
tempdir = "0.3.7"

[dependencies.struson]
version = "0.5.0"
features = [ "serde",]

[dependencies.phf]
version = "0.11"
features = [ "macros",]
Expand Down

0 comments on commit 61df4c7

Please sign in to comment.