flake.{nix,lock}: bump, Cargo.toml: upgrade sqlite3_ext
Build and test / build-dynamic-library (push) Successful in 47s
Build and test / build-static-library (push) Successful in 49s
Build and test / check (push) Successful in 1m22s
Build and test / test (push) Successful in 1m0s

This commit is contained in:
2026-05-20 17:14:26 +09:00
parent 2cf5124f1d
commit 11518e12d6
4 changed files with 17 additions and 18 deletions
Generated
+5 -3
View File
@@ -189,8 +189,9 @@ dependencies = [
[[package]]
name = "sqlite3_ext"
version = "0.2.0"
source = "git+https://github.com/h7x4/sqlite3_ext?branch=aarch64-cross-compilation-fixes#47bbb3799d34b5fefb635a7e00320398594aa61d"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "944e0bfa54337e3bd468f0b1f780b259a39ca82c930b8c0724a7aba41cf4c74f"
dependencies = [
"bitflags 1.3.2",
"fallible-iterator",
@@ -208,7 +209,8 @@ dependencies = [
[[package]]
name = "sqlite3_ext_macro"
version = "0.1.0"
source = "git+https://github.com/h7x4/sqlite3_ext?branch=aarch64-cross-compilation-fixes#47bbb3799d34b5fefb635a7e00320398594aa61d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ffb10e1a709864af4e8f6f08e23aae0eaebb81be9e3ae77e6052b6781c469d"
dependencies = [
"convert_case",
"proc-macro2",
+3 -3
View File
@@ -7,9 +7,9 @@ edition = "2024"
crate-type = [ "cdylib" ]
[dependencies]
# sqlite3_ext = { version = "0.2.0" }
sqlite3_ext = { git = "https://github.com/h7x4/sqlite3_ext", branch = "aarch64-cross-compilation-fixes" }
sqlite3_ext = { version = "0.2.1" }
[features]
default = [ ]
static = ["sqlite3_ext/static"]
# default = [ "static" ]
static = ["sqlite3_ext/static", "sqlite3_ext/static_modern"]
Generated
+9 -9
View File
@@ -2,11 +2,11 @@
"nodes": {
"crane": {
"locked": {
"lastModified": 1777830388,
"narHash": "sha256-2uoQAqUk2H0ijQtGiWAyNeQYGYc6yfAcRRLlJAz4Gp8=",
"lastModified": 1779130139,
"narHash": "sha256-BLrtr42azquO7MdGFU5a7KiMl3YpFlTeIXqy1fT5GlQ=",
"owner": "ipetkov",
"repo": "crane",
"rev": "d459c1350e96ce1a7e3859c513ef5e9869d67d6f",
"rev": "edb38893982a3338972bb4a2ec7ce7c29ba10fd9",
"type": "github"
},
"original": {
@@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1777954456,
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=",
"lastModified": 1778869304,
"narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1",
"rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
"type": "github"
},
"original": {
@@ -45,11 +45,11 @@
]
},
"locked": {
"lastModified": 1778037418,
"narHash": "sha256-EZnAOkPgEeOO2rCRhwkTvesCq/E6dbsyxhMyaefgIWM=",
"lastModified": 1779247103,
"narHash": "sha256-DwltBoBl9a7fCzlKi3xnNha1NHbfvawwkNdnTXEyfFQ=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "adf987c76af8d17b8256d23631bcf203f81e1a63",
"rev": "86dbfb70dc1c2967245d87ed6d07d2c8bda305e3",
"type": "github"
},
"original": {
-3
View File
@@ -85,9 +85,6 @@
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"sqlite3_ext-0.2.0" = "sha256-DdLEHzheF/OPp4/qMuRSvtw+K6SeFU2+AHdQRu6z1lY=";
};
};
in {
default = self.packages.${system}.tamerye-shared-lib-crane;