Skip to content

Commit

Permalink
Merge pull request #508 from Concordium/schema-impls-public
Browse files Browse the repository at this point in the history
Make VersionedSchemaError public in concordium-contracts-common
  • Loading branch information
Søren Schwartz authored Jan 25, 2024
2 parents 6d9ad35 + 57be187 commit 872e859
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use core::{
convert::{TryFrom, TryInto},
num::TryFromIntError,
};
#[cfg(feature = "derive-serde")]
pub use impls::VersionedSchemaError;
/// Contract schema related types
#[cfg(feature = "std")]
use std::{
Expand Down

0 comments on commit 872e859

Please sign in to comment.