Skip to content

Commit

Permalink
Prepare cyclovander 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
edoars committed Jan 11, 2022
1 parent 7bfbc7c commit 3cb291c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cyclovander"
version = "0.1.0"
version = "1.1.0"
authors = ["Edoardo Signorini <edoars@gmail.com>"]
edition = "2018"
description = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The library has a command line interface, which can be called via `cargo run`. T

```sh
$ cargo run --release -- --help
cyclovander_cli 0.1.0
cyclovander_cli 1.0.0

USAGE:
cyclovander_cli [FLAGS] <SUBCOMMAND>
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cyclovander_cli"
version = "0.1.0"
version = "1.0.0"
authors = ["Edoardo Signorini <edoars@gmail.com>"]
edition = "2018"
description = "CLI utils for cyclovander crate"
Expand All @@ -15,5 +15,5 @@ atty = "0.2"
rayon = "1.5.1"

[dependencies.cyclovander]
version = "0.1.0"
version = "1.1.0"
path = ".."

0 comments on commit 3cb291c

Please sign in to comment.