Skip to content

Commit e5d3f42

Browse files
Fixes client API breaks introduced by #460 (#558)
* Fixes client API breaks introduced by #460 * lints
1 parent dedd5a7 commit e5d3f42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/lib/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ pub mod version;
2828
pub use address::Address;
2929
pub use identity::Identity;
3030
pub use primary_key::PrimaryKey;
31+
pub use spacetimedb_sats::hash::{self, hash_bytes, Hash};
32+
pub use spacetimedb_sats::relation;
33+
pub use spacetimedb_sats::DataKey;
3134
pub use spacetimedb_sats::{self as sats, bsatn, buffer, de, ser};
3235
pub use type_def::*;
3336
pub use type_value::{AlgebraicValue, ProductValue};

0 commit comments

Comments
 (0)