Skip to content

Commit fa05454

Browse files
authored
Update simplicity-lang dependency version to 0.6 on README
The example in `Quick Start` implies the use of `Context::with_context` thats only available in 0.6
1 parent bbfc623 commit fa05454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use rust-simplicity, this to your Cargo.toml:
5050

5151
```toml
5252
[dependencies]
53-
simplicity-lang = "0.5"
53+
simplicity-lang = "0.6"
5454
```
5555

5656
## Quick Start

0 commit comments

Comments
 (0)