chore: sync version
This commit is contained in:
parent
25282ad6af
commit
37c8ac5b2e
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
.{
|
.{
|
||||||
.name = .temporalz,
|
.name = .temporalz,
|
||||||
.version = "0.2.0",
|
.version = "0.2.4",
|
||||||
.fingerprint = 0xd8d79d59acc4faae,
|
.fingerprint = 0xd8d79d59acc4faae,
|
||||||
.minimum_zig_version = "0.17.0-dev.1398+cb5635714",
|
.minimum_zig_version = "0.17.0-dev.1398+cb5635714",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.{
|
.{
|
||||||
.name = .temporalz_example,
|
.name = .temporalz_example,
|
||||||
.version = "0.1.2",
|
.version = "0.0.0",
|
||||||
.fingerprint = 0x686c9dfc777f9593,
|
.fingerprint = 0x686c9dfc777f9593,
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.temporalz = .{
|
.temporalz = .{
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
const prebuilt_dep = b.lazyDependency(prebuilt_name, .{}) orelse {
|
const prebuilt_dep = b.lazyDependency(prebuilt_name, .{}) orelse {
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
std.log.info("using prebuilt libtemporal for {s}", .{prebuilt_name});
|
// std.log.info("using prebuilt libtemporal for {s}", .{prebuilt_name});
|
||||||
selected_lib_file = prebuilt_dep.path(lib_name);
|
selected_lib_file = prebuilt_dep.path(lib_name);
|
||||||
} else {
|
} else {
|
||||||
std.log.info("building libtemporal from source for {s}, requires Rust toolchain", .{target_triple});
|
std.log.info("building libtemporal from source for {s}, requires Rust toolchain", .{target_triple});
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.{
|
.{
|
||||||
.name = .libtemporal,
|
.name = .libtemporal,
|
||||||
.version = "0.2.0",
|
.version = "0.2.4",
|
||||||
.fingerprint = 0xded01f16f20c2a64,
|
.fingerprint = 0xded01f16f20c2a64,
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.temporal_rs = .{
|
.temporal_rs = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue