Skip to content

Commit 9ff3a5f

Browse files
bors[bot]ToddG
andauthored
Merge #178
178: Version bump dependency 'as-slice' -> 0.1.4 r=korken89 a=ToddG This fixes the issue I was having targeting AVR. See: #177 (comment) ## REPRO ``` (base) ~/temp/break/abc $ cargo build Updating crates.io index Compiling compiler_builtins v0.1.35 Compiling core v0.0.0 (/home/todd/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling typenum v1.12.0 Compiling version_check v0.9.2 Compiling byteorder v1.3.4 Compiling heapless v0.5.6 (/home/todd/temp/heapless) Compiling generic-array v0.14.4 Compiling rustc-std-workspace-core v1.99.0 (/home/todd/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling stable_deref_trait v1.2.0 Compiling hash32 v0.1.1 Compiling generic-array v0.12.3 Compiling generic-array v0.13.2 Compiling as-slice v0.1.4 Compiling abc v0.1.0 (/home/todd/temp/break/abc) Finished dev [unoptimized + debuginfo] target(s) in 26.46s ``` Co-authored-by: Todd Greenwood <pub+github@zwrob.com>
2 parents bd3c938 + b97a176 commit 9ff3a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __trybuild = []
3232
scoped_threadpool = "0.1.8"
3333

3434
[dependencies]
35-
as-slice = "0.1.0"
35+
as-slice = "0.1.4"
3636
generic-array = "0.13.0"
3737
hash32 = "0.1.0"
3838

0 commit comments

Comments
 (0)