Skip to content

Commit 04b3c0f

Browse files
committed
(cargo-release) version 0.4.0
1 parent cf5fba0 commit 04b3c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/grafana-plugin-sdk-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grafana-plugin-sdk-macros"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ben Sully <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"

crates/grafana-plugin-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ arrow2 = { version = "0.14.0", features = ["io_ipc"] }
1313
chrono = "0.4.19"
1414
futures-core = "0.3.17"
1515
futures-util = "0.3.17"
16-
grafana-plugin-sdk-macros = { version = "0.3.0", path = "../grafana-plugin-sdk-macros" }
16+
grafana-plugin-sdk-macros = { version = "0.4.0", path = "../grafana-plugin-sdk-macros" }
1717
http = "0.2.5"
1818
itertools = "0.10.1"
1919
num-traits = "0.2.14"

0 commit comments

Comments
 (0)