Skip to content

Commit 98ea1dc

Browse files
committed
Merge #317: Update simplicity-lang dependency version to 0.6 on README
fa05454 Update simplicity-lang dependency version to 0.6 on README (Shigeru Myamoto) Pull request description: The example in `Quick Start` implies the use of `Context::with_context` thats only available in 0.6 ACKs for top commit: apoelstra: ACK fa05454; successfully ran local tests Tree-SHA512: 4cfeae6b281ea9c66519566fcbc127e945b91f701bc8b56c3ac30f7d8bfebd73fb1e62f3906edc2cde8dc334639ebabf39104a04a647f5128b69b05b887b6918
2 parents bbfc623 + fa05454 commit 98ea1dc

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)