Skip to content

Commit

Permalink
chore(build): update package name (keep-starknet-strange#56)
Browse files Browse the repository at this point in the history
Change from `sig` to `cairo-zig`.
  • Loading branch information
eightfilms authored Oct 27, 2023
1 parent fd14a3a commit 111b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const std = @import("std");
const build_helpers = @import("build_helpers.zig");
const package_name = "sig";
const package_name = "cairo-zig";
const package_path = "src/lib.zig";

// List of external dependencies that this package requires.
Expand Down

0 comments on commit 111b4d0

Please sign in to comment.