Skip to content

Commit 22a99ee

Browse files
committed
update version
1 parent 316063d commit 22a99ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus_fdw"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55

66
[lib]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue) -> Vec<Row> {
5858
}
5959

6060
#[wrappers_fdw(
61-
version = "0.0.1",
61+
version = "0.1.0",
6262
author = "Jay Kothari",
6363
website = "https://tembo.io"
6464
)]

0 commit comments

Comments
 (0)