Release 1.0.16-alpha

aiken@1.0.16-alpha

Generated by cargo-workspaces
This commit is contained in:
KtorZ 2023-08-22 13:18:48 +02:00
parent d3fe241ccd
commit 780a61e3e8
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated vendored
View File

@ -51,7 +51,7 @@ dependencies = [
[[package]] [[package]]
name = "aiken" name = "aiken"
version = "1.0.15-alpha" version = "1.0.16-alpha"
dependencies = [ dependencies = [
"aiken-lang", "aiken-lang",
"aiken-lsp", "aiken-lsp",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "aiken" name = "aiken"
description = "Cardano smart contract language and toolchain" description = "Cardano smart contract language and toolchain"
version = "1.0.15-alpha" version = "1.0.16-alpha"
edition = "2021" edition = "2021"
repository = "https://github.com/aiken-lang/aiken" repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken"