Skip to content

Commit

Permalink
update generated data and protoc version to try to match CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Mar 17, 2024
1 parent 16a6a6b commit f1a3f4d
Show file tree
Hide file tree
Showing 8 changed files with 4,648 additions and 4,648 deletions.
2 changes: 1 addition & 1 deletion src/datasets/log/log_capnp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ pub mod logs {
::capnp::traits::FromPointerBuilder::get_from_pointer(self.builder.get_pointer_field(0), ::core::option::Option::None)
}
#[inline]
pub fn set_logs(&mut self, value: ::capnp::struct_list::Reader<'a,crate::datasets::log::log_capnp::log::Owned>) -> ::capnp::Result<()> {
pub fn set_logs(&mut self, value: ::capnp::struct_list::Reader<'_,crate::datasets::log::log_capnp::log::Owned>) -> ::capnp::Result<()> {
::capnp::traits::SetPointerBuilder::set_pointer_builder(self.builder.reborrow().get_pointer_field(0), value, false)
}
#[inline]
Expand Down
Loading

0 comments on commit f1a3f4d

Please sign in to comment.