Skip to content

Commit

Permalink
depends: cxx 1.0.124
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 19, 2024
1 parent c56d4ad commit da41e03
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 100 deletions.
12 changes: 6 additions & 6 deletions 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
Expand Up @@ -74,7 +74,7 @@ wagyu-zcash-parameters = "0.2"

# Rust/C++ interop
# The version needs to match depends/packages/native_cxxbridge.mk
cxx = { version = "=1.0.122", features = ["c++17"] }
cxx = { version = "=1.0.124", features = ["c++17"] }

# Rust threading
rayon = "1.5"
Expand Down
8 changes: 4 additions & 4 deletions depends/packages/native_cxxbridge.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package=native_cxxbridge
# The version needs to match cxx in Cargo.toml
$(package)_version=1.0.122
$(package)_version=1.0.124
$(package)_download_path=https://github.com/dtolnay/cxx/archive/refs/tags
$(package)_file_name=native_cxxbridge-$($(package)_version).tar.gz
$(package)_download_file=$($(package)_version).tar.gz
$(package)_sha256_hash=359df8381a85d63259fc429b8ae1f3de6dc839ecea7b21d437bd6ccd028b7c01
$(package)_sha256_hash=ee25ea9b2157de797a087cee7fe02e92af53eba435b009b5e42317ea47fc8551
$(package)_build_subdir=gen/cmd
$(package)_dependencies=native_rust
# This file is somewhat annoying to update, but can be done like so from the repo base:
# $ export VERSION=1.0.122
# $ rm .cargo/config .cargo/.configured-for-offline
# $ export VERSION=1.0.124
# $ rm .cargo/config.toml .cargo/.configured-for-offline
# $ mkdir tmp
# $ cd tmp
# $ tar xf ../depends/sources/native_cxxbridge-$VERSION.tar.gz
Expand Down
Loading

0 comments on commit da41e03

Please sign in to comment.