소스 검색

Bump minor version of heapless

Grant Miller 2 년 전
부모
커밋
d2fd7ffe0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -24,7 +24,7 @@ libc = { version = "0.2.18", optional = true }
 bitflags = { version = "1.0", default-features = false }
 defmt = { version = "0.3", optional = true }
 cfg-if = "1.0.0"
-heapless = "0.7.8"
+heapless = "0.7.15"
 
 [dev-dependencies]
 env_logger = "0.10"