Skip to content

Commit

Permalink
Fix Cargo.toml (v0.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Aug 16, 2020
1 parent c9cd279 commit 8a83a49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "oem_cp"
version = "0.1.0"
version = "0.1.1"
authors = ["Tatsunori Uchino <tats.u@live.jp>"]
edition = "2018"
categories = ["encoding"]
keywords = ["encoding", "charset"]
license = "MIT"
description ="Rust library that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets"
readme = "README.md"
repository = "https://github.com/tats-u/rust-oem-cp/"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add `oem_cp` to the dependencies in `Cargo.toml` in your projects.
```toml
[dependencies]
# *snip*
oem_cp = "0.1.0"
oem_cp = "0.1.1"
# *snip*
```

Expand Down

0 comments on commit 8a83a49

Please sign in to comment.