Skip to content

Commit a58c14e

Browse files
committed
post-rebase fixup 2: this time it's PERSONAL
1 parent 674fa26 commit a58c14e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nexus/db-queries/src/db/datastore/instance.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ pub struct UpdaterLock {
138138
}
139139

140140
/// Errors returned by [`DataStore::instance_updater_lock`].
141-
#[derive(Debug, thiserror::Error, PartialEq)]
141+
#[derive(
142+
Debug, thiserror::Error, PartialEq, serde::Serialize, serde::Deserialize,
143+
)]
142144
pub enum UpdaterLockError {
143145
/// The instance was already locked by another saga.
144146
#[error("instance already locked by another saga")]

0 commit comments

Comments
 (0)