Skip to content

Commit

Permalink
Prepare for v1.0.0 release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil authored Jan 9, 2024
1 parent f237750 commit 9bb7684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "scilla-parser"
version = "0.11.0"
version = "1.0.0"
edition = "2021"
description = "Scilla smart contract parser written in Rust"
license = "MIT"
authors = ["Saeed dadkhah", "Saeed Dadkhah <saeed@zilliqa.com>"]
authors = ["Saeed Dadkhah <[email protected]>", "Troels Rønnow <troels@zilliqa.com"]
repository = "https://github.com/Zilliqa/rs-scilla-parser/"
documentation = "https://docs.rs/scilla-parser"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains a Rust parser for the Scilla smart contract language. [
Add the following to your Cargo.toml:
```toml
[dependencies]
scilla_parser = "0.10.0"
scilla_parser = "1.0.0"
```

Alternatively, You can run this command:
Expand Down Expand Up @@ -89,4 +89,4 @@ Here is the code to parse [SendZil.scilla](./tests/contracts/SendZil.scilla) con
let contract: Contract = contract_code.parse().unwrap();
```

For more examples, take a look at the [tests](./tests/test_parser.rs).
For more examples, take a look at the [tests](./tests/full_contract_tests.rs).

0 comments on commit 9bb7684

Please sign in to comment.