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,
|
||||
.version = "0.2.0",
|
||||
.version = "0.2.4",
|
||||
.fingerprint = 0xd8d79d59acc4faae,
|
||||
.minimum_zig_version = "0.17.0-dev.1398+cb5635714",
|
||||
.dependencies = .{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = .temporalz_example,
|
||||
.version = "0.1.2",
|
||||
.version = "0.0.0",
|
||||
.fingerprint = 0x686c9dfc777f9593,
|
||||
.dependencies = .{
|
||||
.temporalz = .{
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ pub fn build(b: *std.Build) !void {
|
|||
const prebuilt_dep = b.lazyDependency(prebuilt_name, .{}) orelse {
|
||||
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);
|
||||
} else {
|
||||
std.log.info("building libtemporal from source for {s}, requires Rust toolchain", .{target_triple});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = .libtemporal,
|
||||
.version = "0.2.0",
|
||||
.version = "0.2.4",
|
||||
.fingerprint = 0xded01f16f20c2a64,
|
||||
.dependencies = .{
|
||||
.temporal_rs = .{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue