Skip to content

Commit d1da510

Browse files
authored
chore: bump sdk to 0.9.0 (#61)
1 parent 7304fec commit d1da510

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "init4-bin-base"
44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
66

7-
version = "0.9.2"
7+
version = "0.10.0"
88
edition = "2021"
99
rust-version = "1.81"
1010
authors = ["init4", "James Prestwich"]
@@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base"
1616
init4-from-env-derive = "0.1.0"
1717

1818
# Signet
19-
signet-constants = { version = "0.8.0" }
20-
signet-tx-cache = { version = "0.8.0", optional = true }
19+
signet-constants = { version = "0.9.0" }
20+
signet-tx-cache = { version = "0.9.0", optional = true }
2121

2222
# Tracing
2323
tracing = "0.1.40"

src/utils/provider.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ mod test {
176176

177177
#[derive(FromEnv, Debug, Clone, PartialEq, Eq)]
178178
#[from_env(crate)]
179+
#[allow(dead_code)]
179180
struct CompileCheck {
180181
#[from_env(var = "COOL_DUDE", desc = "provider")]
181182
cool_dude: ProviderConfig,

0 commit comments

Comments
 (0)