diff --git a/Cargo.toml b/Cargo.toml index d5f082d..33cefe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "julid-rs" # 1.61803398874989484 -# ^ -version = "1.6.1803398874" +#--------------^ +version = "1.6.18033988749" authors = ["Joe Ardent "] edition = "2024" keywords = ["ulid", "sqlite", "julid", "uuid", "guid"] diff --git a/VERSION b/VERSION index baa431b..b745bf9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.61803398874 +1.618033988749 diff --git a/src/lib.rs b/src/lib.rs index be0a0f1..c56e525 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,7 +38,7 @@ pub const RANDOM_BITS: u8 = 64; /// This is FFI; it's inherently unsafe. But this function is called by /// sqlite, not by a user, so it should be OK. #[cfg(feature = "plugin")] -#[no_mangle] +#[unsafe(no_mangle)] pub unsafe extern "C" fn sqlite3_julid_init( db: *mut sqlite3, _pz_err_msg: *mut *mut c_char,