Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 7, 2021
1 parent 4cd3232 commit f8b2986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
authors = ["winebarrel <sugawara@winebarrel.jp>"]
edition = "2018"
name = "xgl"
version = "0.1.0"
version = "0.1.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
getopts = "0.2"
once_cell = "1.5.2"
regex = "1"
serde = { version = "1.0.118", features = ["derive"] }
serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1.0"

0 comments on commit f8b2986

Please sign in to comment.