Skip to content

Commit

Permalink
update pallas and plutus_data to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 19, 2023
1 parent c1bbf6c commit b06ab40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "marlowe_lang"
description = "experimental parser lib for Cardano Marlowe DSL"
version = "0.1.25"
version = "0.2.0"
edition = "2021"
authors = ["Olof Blomqvist <olof@twnet.se>"]
repository = "https://github.com/OlofBlomqvist/marlowe_rust"
Expand All @@ -13,8 +13,8 @@ pest = { version = "2.7.1", features= ["pretty-print"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = { version = "1.0.103" , features = ["unbounded_depth"] }
clap = { version = "4.0.19", features = ["derive"] , optional = true}
#plutus_data = { version = "0.0.5", optional = true }
plutus_data = { path = "../plutus_data/plutus_data", optional = true }
plutus_data = { version = "0.0.6", optional = true }
#plutus_data = { path = "../plutus_data/plutus_data", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
serde_derive = { version = "1.0.171", optional = true }
#uplc = { git = "https://github.com/txpipe/aiken", optional = true }
Expand All @@ -36,9 +36,9 @@ proc-macro2 = "1.0.66"
#pallas-codec = {path = "c:/users/oblink/documents/github/pallas/pallas-codec" }
#pallas = { path = "c:/users/oblink/documents/github/pallas/pallas" }

pallas-primitives = "*"
pallas-codec = "*"
pallas = "*"
pallas-primitives = "0.18.1"
pallas-codec = "0.18.1"
pallas = "0.18.1"

[features]
bin-features = ["clap","utils","unstable"]
Expand Down

0 comments on commit b06ab40

Please sign in to comment.