Skip to content

Commit

Permalink
Update cargo config and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
YancyParker committed Nov 30, 2023
1 parent 6107f4f commit 1b63b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "ola-lang-abi"
version = "1.0.0"
version = "1.0.2"
edition = "2021"
license = "MIT"
description = "Ola Smart Contract ABI parsing library"
authors = ["[email protected]"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
keywords = ["abi", "ola", "olac", ]
documentation = "https://olang.readthedocs.io/"
documentation = "https://olang.gitbook.io/ola-lang/"
homepage = "https://github.com/Sin7Y/ola-lang-abi"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ola-lang-abi
Ola language ABI generation framework
[Ola language](https://olang.gitbook.io/ola-lang/) ABI generation framework

0 comments on commit 1b63b47

Please sign in to comment.