Skip to content

Commit

Permalink
Update readme (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana authored Dec 6, 2023
1 parent 6dd0c22 commit 2f8ab8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ As a crates.io dependency:

```toml
[dependencies]
stark-felt = "0.0.3"
stark-felt = "0.0.1"
```

As a git dependency:

```toml
[dependencies]
stark-felt = { git = "https://github.com/starknet-io/types-rs" }
starknet-types-core = { git = "https://github.com/starknet-io/types-rs.git", version = "0.0.1", default-features = false, features = ["serde"] }
```

## Build from source
Expand Down

0 comments on commit 2f8ab8c

Please sign in to comment.