Skip to content

Commit

Permalink
Update libraries for windows binary gems to openssl-3.3.1 and postgre…
Browse files Browse the repository at this point in the history
…sql-16.3
  • Loading branch information
larskanis committed Jul 20, 2024
1 parent 0508e25 commit a0a1fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class CrossLibrary < OpenStruct
self.host_platform = toolchain

# Cross-compilation constants
self.openssl_version = ENV['OPENSSL_VERSION'] || '3.2.1'
self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '16.2'
self.openssl_version = ENV['OPENSSL_VERSION'] || '3.3.1'
self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '16.3'

# Check if symlinks work in the current working directory.
# This fails, if rake-compiler-dock is running on a Windows box.
Expand Down

0 comments on commit a0a1fa3

Please sign in to comment.