Skip to content

Commit 5fde985

Browse files
committed
Switch object dep to crates.io
1 parent 05319f4 commit 5fde985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ compiler_builtins = { version = '0.1.2', optional = true }
4141
addr2line = { version = "0.12.0", optional = true, default-features = false }
4242
miniz_oxide = { version = "0.3.7", optional = true }
4343
[dependencies.object]
44-
git = "https://github.com/gimli-rs/object.git"
44+
version = "0.20.0"
4545
optional = true
4646
default-features = false
4747
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned']

0 commit comments

Comments
 (0)