Skip to content

Commit 606538d

Browse files
committed
build: bump version to v0.4.7
1 parent 402a86d commit 606538d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ resolver = "2"
55

66
[workspace.package]
77
license = "MIT"
8-
version = "0.4.6"
8+
version = "0.4.7"
99
edition = "2021"
1010
repository = "https://github.com/UniqueNetwork/chainql"
1111

1212
[workspace.metadata.crane]
1313
name = "chainql"
1414

1515
[workspace.dependencies]
16-
chainql-core = { path = "./crates/chainql-core", version = "0.4.6" }
17-
frame-metadata = { package = "chainql-frame-metadata", path = "./frame-metadata/frame-metadata", version = "0.4.6" }
16+
chainql-core = { path = "./crates/chainql-core", version = "0.4.7" }
17+
frame-metadata = { package = "chainql-frame-metadata", path = "./frame-metadata/frame-metadata", version = "0.4.7" }
1818

1919
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
2020
jrsonnet-evaluator = { version = "0.5.0-pre95", features = ["exp-destruct", "exp-bigint", "exp-object-iteration", "exp-preserve-order"] }

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
cargo-edit
5757
rustPlatform.bindgenHook
5858
];
59+
5960
environment.PROTOC = "${pkgs.protobuf}/bin/protoc";
6061
};
6162
};

0 commit comments

Comments
 (0)