Skip to content

Conversation

usamoi
Copy link
Contributor

@usamoi usamoi commented Aug 31, 2025

  1. Remove dependency on home, since std::env::home_dir is fixed and undeprecated since Rust 1.85.
  2. Remove dependency on supports-color 0.2, since it's outdated and not used.
  3. toml 0.8 is oudated. Updated to 0.9.
  4. color-eyre 0.6.3 is outdated. Updated to 0.6.5.

@usamoi
Copy link
Contributor Author

usamoi commented Aug 31, 2025

CI fails due to rust-lang/rust#146045 and it would be fixed in tomorrow's nightly rustc.

@usamoi usamoi changed the title remove home and update toml remove home, supports-color 0.2 and update toml, color-eyre Sep 16, 2025
@workingjubilee
Copy link
Member

Thanks!

@workingjubilee workingjubilee merged commit 689611e into pgcentralfoundation:develop Sep 24, 2025
16 checks passed
eeeebbbbrrrr added a commit that referenced this pull request Sep 25, 2025
Welcome to pgrx v0.16.1. This is a relatively minor release but does add
support for Postgres v18, released on September 25, 2025.

As always, install/update `cargo-pgrx` with `cargo install cargo-pgrx
--version 0.16.1 --locked`. Then run `cargo pgrx update` in all your
extension crates.

To pick up Postgres v18, you'll need to run (at least) `cargo pgrx init`
and then add the `pg18` feature flag to your extension's `Cargo.toml`.


## What's Changed

* remove polyfill crates by @usamoi in
#2128
* Example : register PostgreSQL hooks by @daamien in
#2125
* add more WAL/replication headers by @eeeebbbbrrrr in
#2130
* remove home, supports-color 0.2 and update toml, color-eyre by @usamoi
in #2133
* cargo-pgrx: fix pg_regress path inconsistency by @charmitro in
#2137
* fix big endian by @usamoi in
#2132
* Fixing CI by @eeeebbbbrrrr in
#2143
* pg18 support by @eeeebbbbrrrr in
#2144


**Full Changelog**:
v0.16.0...v0.16.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants