Skip to content

Commit

Permalink
Merge pull request #509 from M4SS-Code/strsim
Browse files Browse the repository at this point in the history
Bump strsim to v0.11 and drop it from generated CLI crates
  • Loading branch information
Byron committed Jun 12, 2024
2 parents 279a0a5 + 3fbba31 commit 09580c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion etc/api/type-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ cargo:
is_executable: YES
doc_base_url: http://byron.github.io/google-apis-rs
dependencies:
- strsim = "^0.5"
- clap = "^2.0"
- http = "^0.2"
- hyper = { version = "0.14", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion google-clis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mime = "^ 0.3"
yup-oauth2 = "9"
serde = "1"
serde_json = "1"
strsim = "0.10.0"
strsim = "0.11"
clap = "2"

0 comments on commit 09580c6

Please sign in to comment.