Open HinsonSIDAN opened 4 hours ago
I have just released a updated version of vodka at https://github.com/sidan-lab/vodka/releases/tag/0.1.4-beta. But when I try to add it to my library, it fails to build the package.
aiken.toml
Full repository at https://github.com/gimbalabs/aiken-pbl-examples.
name = "gimbalabs/aiken-pbl" version = "0.0.0" compiler = "v1.1.5" plutus = "v3" license = "Apache-2.0" description = "Aiken contracts for project 'gimbalabs/aiken-pbl'" [repository] user = "gimbalabs" project = "aiken-pbl" platform = "github" [[dependencies]] name = "aiken-lang/stdlib" version = "v2.1.0" source = "github" [[dependencies]] name = "sidan-lab/vodka" version = "0.1.4-beta" source = "github" [config]
aiken build
Further investigation found out that it doesn't work since last version 0.1.3-beta. Last working version is 0.1.1-beta
Summary
I have just released a updated version of vodka at https://github.com/sidan-lab/vodka/releases/tag/0.1.4-beta. But when I try to add it to my library, it fails to build the package.
aiken.toml
of importing packageFull repository at https://github.com/gimbalabs/aiken-pbl-examples.
Way to reproduce
aiken build