Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and github-actions[bot] committed Feb 17, 2023
1 parent 1f0fcfc commit 75a07f9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.29.2 (2023-02-17)
## 0.29.3 (2023-02-17)

#### Chores

* move cross pre-build config to Cross.toml (18ca977a)
* bundle zsh/bash completion scripts in mac/linux tarballs (6f0b9d40)

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.29.2"
version = "0.29.3"
edition = "2021"

[dependencies.clap]
Expand Down
10 changes: 6 additions & 4 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.29.2"
version = "0.29.3"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -63,6 +63,8 @@ default-features = false
version = "1.2.2"
features = [ "v4",]

[build-dependencies]
momento-cli-opts = { path = "../momento-cli-opts" }
clap_complete = { version = "4.1" }
[build-dependencies.momento-cli-opts]
path = "../momento-cli-opts"

[build-dependencies.clap_complete]
version = "4.1"

0 comments on commit 75a07f9

Please sign in to comment.