Skip to content

Commit 6394236

Browse files
Remove one dependency. (#4506)
## Motivation The dependency `linera-view` in the `examples` directory is not needed since it is provided by the `linera-sdk`. ## Proposal Simply remove it. ## Test Plan CI. ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links None.
1 parent 20cb984 commit 6394236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ getrandom = { version = "0.2.12", default-features = false, features = [
4242
] }
4343
hex = "0.4.3"
4444
linera-sdk = { path = "../linera-sdk" }
45-
linera-views = { path = "../linera-views", default-features = false }
4645
log = "0.4.20"
4746
num-bigint = "0.4.3"
4847
num-traits = "0.2.16"

0 commit comments

Comments
 (0)