Skip to content

Commit 9801d52

Browse files
committed
0.6.30
1 parent 8b61e5d commit 9801d52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docopt"
3-
version = "0.6.29" #:version
3+
version = "0.6.30" #:version
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "Command line argument parsing."
66
documentation = "http://burntsushi.net/rustdoc/docopt/"

docopt_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docopt_macros"
3-
version = "0.6.29" #:version
3+
version = "0.6.30" #:version
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "Docopt macro for command line argument parsing."
66
documentation = "http://burntsushi.net/rustdoc/docopt/"

0 commit comments

Comments
 (0)