get docs building
This commit is contained in:
parent
acb32e56a6
commit
dd6b28a039
3 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.61803398874
|
1.618033988749
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue