소스 검색

Merge pull request #570 from aya-rs/dependabot/cargo/num_enum-0.6

build(deps): update num_enum requirement from 0.5 to 0.6
vadorovsky 2 년 전
부모
커밋
fcc8a0d50d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aya-log-common/Cargo.toml

+ 1 - 1
aya-log-common/Cargo.toml

@@ -15,7 +15,7 @@ userspace = [ "aya" ]
 
 [dependencies]
 aya = { path = "../aya", version = "0.11.0", optional=true }
-num_enum = { version = "0.5", default-features = false }
+num_enum = { version = "0.6", default-features = false }
 
 [lib]
 path = "src/lib.rs"