Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subprojects/dtc.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wrap-git]
url = https://gitlab.com/qemu-project/dtc.git
revision = b6910bec11614980a21e46fbccc35934b671bd81
revision = 66e1201c3775716607c28afd2bbb2b3afb08b695
depth = 1
8 changes: 4 additions & 4 deletions subprojects/ethnum-rs.wrap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[wrap-file]
directory = ethnum-rs-1.3.0
source_url = https://github.com/nlordell/ethnum-rs/archive/refs/tags/v1.3.0.tar.gz
source_filename = ethnum-rs-1.3.0.tar.gz
source_hash = 65d2f954d998565cfdd5ac107862e13c9ac2ed62cc68c454c5690c0982b9e02a
directory = ethnum-rs-1.5.3
source_url = https://github.com/nlordell/ethnum-rs/archive/refs/tags/v1.5.3.tar.gz
source_filename = ethnum-rs-1.5.3.tar.gz
source_hash = 7d2786be23a7b34b0bc873c9306da4ecf8123c436b0ec83dfe6d6892a986a7f2

diff_files = ethnum-rs/0001.patch
2 changes: 1 addition & 1 deletion subprojects/packagefiles/ethnum-rs/0001.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index 0000000000..1f7c0456e8
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,8 @@
+project('ethnum', 'rust', version: '1.3.2')
+project('ethnum', 'rust', version: '1.5.3')
+
+ethnum_lib = static_library('ethnum',
+ 'src/lib.rs',
Expand Down
Loading