소스 검색

Release aya-log v0.2.1

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Dave Tucker 6 달 전
부모
커밋
0e70838b0f
3개의 변경된 파일128개의 추가작업 그리고 9개의 파일을 삭제
  1. 126 7
      aya-log/CHANGELOG.md
  2. 1 1
      aya-log/Cargo.toml
  3. 1 1
      test/integration-test/Cargo.toml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 126 - 7
aya-log/CHANGELOG.md


+ 1 - 1
aya-log/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "aya-log"
-version = "0.2.0"
+version = "0.2.1"
 description = "A logging library for eBPF programs."
 keywords = ["bpf", "ebpf", "log", "logging"]
 readme = "README.md"

+ 1 - 1
test/integration-test/Cargo.toml

@@ -12,7 +12,7 @@ edition.workspace = true
 anyhow = { workspace = true, features = ["std"] }
 assert_matches = { workspace = true }
 aya = { path = "../../aya", version = "^0.13.0", default-features = false }
-aya-log = { path = "../../aya-log", version = "^0.2.0", default-features = false }
+aya-log = { path = "../../aya-log", version = "^0.2.1", default-features = false }
 aya-obj = { path = "../../aya-obj", version = "^0.2.0", default-features = false }
 env_logger = { workspace = true }
 epoll = { workspace = true }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.