Skip to content

Commit

Permalink
remove thiserror from Cargo.toml too
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 27, 2024
1 parent 8b58402 commit e45f3c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion sdk/commitment-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ edition = { workspace = true }
[dependencies]
serde = { workspace = true, optional = true }
serde_derive = { workspace = true, optional = true }
thiserror = { workspace = true }

[features]
serde = ["dep:serde", "dep:serde_derive"]
Expand Down

0 comments on commit e45f3c4

Please sign in to comment.