Skip to content

Commit

Permalink
cleanup unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dadleyy committed Jun 10, 2022
1 parent c41642f commit 09f4ec5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions workspace/bankah/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2018"

[dependencies]
serde = { version = "^1.0", features = ["derive"] }
serde_with = { version = "^1.0" }
uuid = { version = "^0.8", features = ["v4", "serde"] }
bson = { version = "2.0.0", features = ["uuid-0_8", "serde_with"] }
bson = { version = "2.0.0", features = ["uuid-0_8"] }
chrono = { version = "^0.4", features = ["serde"] }
1 change: 0 additions & 1 deletion workspace/bankah/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub struct TableIndexState {
pub population: Vec<(String, String)>,
}

#[serde_with::serde_as]
#[derive(Debug, Deserialize, Serialize)]
pub struct TableState {
pub id: String,
Expand Down

0 comments on commit 09f4ec5

Please sign in to comment.