Skip to content

Commit

Permalink
Fix sync lock (#234)
Browse files Browse the repository at this point in the history
* fix: remove invalid attribute

* chore: sync Cargo.lock from zenoh
  • Loading branch information
diogomatsubara authored Sep 20, 2024
1 parent bb5462b commit 5e3bd9d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 29 deletions.
54 changes: 27 additions & 27 deletions 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 v1/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ impl Volume for InfluxDbVolume {
Capability {
persistence: Persistence::Durable,
history: History::All,
read_cost: 1,
}
}

Expand Down
1 change: 0 additions & 1 deletion v2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ impl Volume for InfluxDbVolume {
Capability {
persistence: Persistence::Durable,
history: History::All,
read_cost: 1,
}
}

Expand Down

0 comments on commit 5e3bd9d

Please sign in to comment.