Skip to content

Commit

Permalink
build: roll package version
Browse files Browse the repository at this point in the history
  • Loading branch information
anliksim committed May 18, 2023
1 parent 80e8694 commit e08f0d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "vsrun"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Simon Anliker <[email protected]>"]
license = "MIT"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ RUST_LOG=debug cargo run .
---

Thanks to [rust-cli](https://github.com/rust-cli) for the comprehensive guide on how to create a CLI in rust.


## Release

Build in release mode
```
cargo build -r
```

0 comments on commit e08f0d8

Please sign in to comment.