Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Aug 8, 2022
1 parent 10bbf7e commit 039ffda
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
42 changes: 25 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "scrolls"
description = "Cardano Scrolls"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/txpipe/scrolls"
homepage = "https://github.com/txpipe/scrolls"
Expand All @@ -12,9 +12,9 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]


[dependencies]
# pallas = "0.11.0-beta.1"
pallas = "0.13.0"
# pallas = { path = "../pallas/pallas" }
pallas = { git = "https://github.com/txpipe/pallas.git" }
# pallas = { git = "https://github.com/txpipe/pallas.git" }
hex = "0.4.3"
net2 = "0.2.37"
bech32 = "0.8.1"
Expand Down

0 comments on commit 039ffda

Please sign in to comment.