Skip to content

Commit 17e5b9c

Browse files
authored
Revert "Update clap requirement from 2.33 to 3.0 in /ruby/generator"
1 parent d912a98 commit 17e5b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
clap = "3.0"
10+
clap = "2.33"
1111
node-types = { path = "../node-types" }
1212
tracing = "0.1"
1313
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)