浏览代码

Add patch to use latest version of gimli

Gary Guo 3 年之前
父节点
当前提交
e39f404854
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -12,6 +12,9 @@ gimli = { version = "0.25.0", default-features = false, features = ["read"] }
 libc = { version = "0.2", optional = true }
 libc = { version = "0.2", optional = true }
 spin = { version = "0.9", default-features = false, features = ["mutex", "spin_mutex"] }
 spin = { version = "0.9", default-features = false, features = ["mutex", "spin_mutex"] }
 
 
+[patch.crates-io]
+gimli = { git = "https://github.com/gimli-rs/gimli.git" }
+
 [features]
 [features]
 alloc = []
 alloc = []
 unwinder = []
 unwinder = []