mirror of
https://github.com/Zenithsiz/int-conv.git
synced 2026-02-03 14:10:08 +00:00
Fixed link typo in README.
Added VSCode folder to `.gitignore`. Publish version 0.1.2.
This commit is contained in:
parent
9f8c026dd4
commit
cd0e7718c4
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# Cargo
|
||||
/target
|
||||
/Cargo.lock
|
||||
|
||||
# IDEs
|
||||
.vscode
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user