Skip to content

Commit

Permalink
Remove duplicated radicle dependency entry
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Aug 21, 2024
1 parent b4778ef commit 1954e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ crate-type = ["staticlib", "cdylib", "lib"]
tauri-build = { version = "2.0.0-rc.0", features = ["isolation"] }

[dependencies]
radicle = "0.12.0"
radicle = { version = "0.12.0" }
radicle-surf = { version = "0.21.0" }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 1954e5f

Please sign in to comment.