Fixed link typo in README.

Added VSCode folder to `.gitignore`.
Publish version 0.1.2.
This commit is contained in:
Filipe Rodrigues 2020-10-22 23:48:27 +01:00
parent 9f8c026dd4
commit cd0e7718c4
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Cargo
/target
/Cargo.lock
# IDEs
.vscode

View File

@ -4,7 +4,7 @@ description = "Explicit integer conversions"
readme = "README.md"
license = "MIT"
license_file = "LICENSE"
version = "0.1.1"
version = "0.1.2"
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
edition = "2018"
repository = "https://github.com/Zenithsiz/int-conv"

View File

@ -4,4 +4,4 @@ Integer conversions for Rust.
This library provides explicit integer conversions to use instead of `as`.
See the [documentation](https://docs.rs/inv-conv) for more details
See the [documentation](https://docs.rs/int-conv) for more details