Skip to content

Commit

Permalink
updated clerk_version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Sep 5, 2023
1 parent 405dc11 commit 06f938b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clerk_fdw"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion clerk_fdw.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'clerk_fdw: Created by pgrx'
comment = 'clerk_fdw: A foreign data wrapper for the clerk.com API'
default_version = '@CARGO_VERSION@'
module_pathname = '$libdir/clerk_fdw'
relocatable = false
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, tgt_cols: &[Column]) -> Vec<Row> {
}

#[wrappers_fdw(
version = "0.2.3",
version = "0.2.4",
author = "Jay Kothari",
website = "https://tembo.io"
)]
Expand Down

0 comments on commit 06f938b

Please sign in to comment.