get docs building

This commit is contained in:
Joe Ardent 2025-06-22 18:29:28 -07:00
parent acb32e56a6
commit dd6b28a039
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
[package] [package]
name = "julid-rs" name = "julid-rs"
# 1.61803398874989484 # 1.61803398874989484
# ^ #--------------^
version = "1.6.1803398874" version = "1.6.18033988749"
authors = ["Joe Ardent <code@ardent.nebcorp.com>"] authors = ["Joe Ardent <code@ardent.nebcorp.com>"]
edition = "2024" edition = "2024"
keywords = ["ulid", "sqlite", "julid", "uuid", "guid"] keywords = ["ulid", "sqlite", "julid", "uuid", "guid"]

View file

@ -1 +1 @@
1.61803398874 1.618033988749

View file

@ -38,7 +38,7 @@ pub const RANDOM_BITS: u8 = 64;
/// This is FFI; it's inherently unsafe. But this function is called by /// This is FFI; it's inherently unsafe. But this function is called by
/// sqlite, not by a user, so it should be OK. /// sqlite, not by a user, so it should be OK.
#[cfg(feature = "plugin")] #[cfg(feature = "plugin")]
#[no_mangle] #[unsafe(no_mangle)]
pub unsafe extern "C" fn sqlite3_julid_init( pub unsafe extern "C" fn sqlite3_julid_init(
db: *mut sqlite3, db: *mut sqlite3,
_pz_err_msg: *mut *mut c_char, _pz_err_msg: *mut *mut c_char,