Skip to content

Commit

Permalink
0.9.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii authored Oct 31, 2023
1 parent ab3dd00 commit 5860aea
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion executor/Cargo.lock

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

6 changes: 2 additions & 4 deletions executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chopsticks-executor"
version = "0.8.5-6"
version = "0.9.0"
description = "Chopsticks executor"
repository = "https://github.com/AcalaNetwork/chopsticks"
license = "Apache-2.0"
Expand Down Expand Up @@ -30,9 +30,7 @@ smoldot = { path = '../vendor/smoldot/lib', default-features = false }

[features]
default = []
std = [
"smoldot/std"
]
std = ["smoldot/std"]

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.8.5-6",
"version": "0.9.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.8.5-6",
"version": "0.9.0",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"bin": "./chopsticks.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-core",
"version": "0.8.5-6",
"version": "0.9.0",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-db",
"version": "0.8.5-6",
"version": "0.9.0",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.8.5-6",
"version": "0.9.0",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 5860aea

Please sign in to comment.