Skip to content

Commit

Permalink
change order of libs in lib.sw
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Nov 18, 2024
1 parent 29c1b40 commit 6a14300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lib-std/src/lib.sw
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ library;

pub mod raw_ptr;
pub mod raw_slice;
pub mod codec;
pub mod constants;
pub mod error_signals;
pub mod logging;
Expand All @@ -22,6 +21,7 @@ pub mod math;
pub mod u128;
pub mod b512;
pub mod primitive_conversions;
pub mod codec;
pub mod alias;
pub mod hash;
pub mod asset_id;
Expand Down

0 comments on commit 6a14300

Please sign in to comment.