Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jun 2, 2024
1 parent 97d3bba commit 699f0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl SP1PublicValues {
}

/// Write a value to the buffer.
pub fn write<T: Serialize + DeserializeOwned>(&mut self, data: &T) {
pub fn write<T: Serialize>(&mut self, data: &T) {
self.buffer.write(data);
}

Expand Down

0 comments on commit 699f0b8

Please sign in to comment.