Skip to content

Commit

Permalink
chore: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Nov 21, 2024
1 parent e78bd14 commit c5e0713
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pglite_fusion"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pglite_fusion",
"abstract": "Embed an SQLite database in your PostgreSQL table",
"description": "The pglite_fusion extension provides an SQLite type and functions to work with that type that let's you embed an SQLite database in your PostgreSQL table as a column type.",
"version": "0.0.1",
"version": "0.0.2",
"maintainer": [
"Fraol Lemecha <[email protected]>"
],
Expand All @@ -12,7 +12,7 @@
"abstract": "Embed an SQLite database in your PostgreSQL table",
"file": "src/lib.rs",
"docfile": "README.md",
"version": "0.0.1"
"version": "0.0.2"
}
},
"prereqs": {
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
cargo-pgrx = import ./nix/pgrx.nix { inherit pkgs; };

pname = "pglite-fusion";
version = "0.0.1";
version = "0.0.2";

postgres = pkgs.dockerTools.pullImage {
imageName = "postgres";
Expand Down
2 changes: 1 addition & 1 deletion nix/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let
in
pkgs.rustPlatform.buildRustPackage {
pname = "pglite-fusion";
version = "0.0.1";
version = "0.0.2";

src = pkgs.lib.cleanSourceWith {
src = pkgs.lib.cleanSource ../.;
Expand Down

0 comments on commit c5e0713

Please sign in to comment.