Skip to content

Commit 869331f

Browse files
committed
Merge branch 'master' into test/datagrip
2 parents cea3338 + 69dfdaf commit 869331f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ datafusion = { version = "49", default-features = false }
2121
futures = "0.3"
2222
pgwire = { version = "0.32", default-features = false }
2323
postgres-types = "0.2"
24-
rust_decimal = { version = "1.37", features = ["db-postgres"] }
24+
rust_decimal = { version = "1.38", features = ["db-postgres"] }
2525
tokio = { version = "1", default-features = false }
2626

2727
[profile.release]

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
cargo-nextest
4141
cargo-release
4242
curl
43-
gnuplot ## for cargo bench
4443
pythonEnv
45-
postgresql
44+
postgresql.out
4645
];
4746

4847
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;

0 commit comments

Comments
 (0)