소스 검색

Remove getrandom patch

https://github.com/rust-random/getrandom/releases/tag/v0.3.2 contains
https://github.com/rust-random/getrandom/commit/b75db5cede302bc9734f5bf2b9048a6e05c7f11e.
Tamir Duberstein 2 달 전
부모
커밋
fe8e1c48b0
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      Cargo.toml

+ 0 - 4
Cargo.toml

@@ -119,7 +119,3 @@ unused-extern-crates = "warn"
 [profile.release.package.integration-ebpf]
 codegen-units = 1
 debug = 2
-
-[patch.crates-io]
-# TODO: Remove when https://github.com/rust-random/getrandom/commit/b75db5cede302bc9734f5bf2b9048a6e05c7f11e appears in a release.
-getrandom = { git = "https://github.com/rust-random/getrandom.git", rev = "b75db5cede302bc9734f5bf2b9048a6e05c7f11e" }