Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 27f168b

Browse files
authored
Update the object crate to the same version as wasmtime (#621)
Having different versions of the same dependency is not a good idea, and `lucet-module` couldn't see the `lucet_module_data` symbol any more on macOS. This repairs signatures on macOS.
1 parent 7d761fb commit 27f168b

File tree

6 files changed

+77
-100
lines changed

6 files changed

+77
-100
lines changed

Cargo.lock

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

helpers/lucet-toolchain-tests/signature.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
set -e
44
set -x
55

6-
if [[ "$OSTYPE" == "darwin"* ]]; then
7-
echo "code signing temporarily broken on Mac OS; exiting success as a workaround"
8-
exit 0
9-
fi
10-
116
LUCET_DIR="."
127
TMPDIR="$(mktemp -d)"
138

lucet-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
bincode = "1.1.4"
1818
minisign = "0.5.19"
19-
object = "0.20.0"
19+
object = "0.22.0"
2020
byteorder = "1.3"
2121
memoffset = "0.5.3"
2222
thiserror = "1.0.4"

0 commit comments

Comments
 (0)