diff --git a/doc/release-template.md b/doc/release-template.md index cd08a68..3997e7c 100644 --- a/doc/release-template.md +++ b/doc/release-template.md @@ -41,5 +41,4 @@ Then, in your `build.zig`'s `build` function, add the following before .openssl = false, // set to true to enable TLS support }); exe.root_module.addImport("zap", zap.module("zap")); - exe.linkLibrary(zap.artifact("facil.io")); ``` diff --git a/tools/announceybot/release-note-template.md b/tools/announceybot/release-note-template.md index 57d4e0a..c9872bd 100644 --- a/tools/announceybot/release-note-template.md +++ b/tools/announceybot/release-note-template.md @@ -47,5 +47,4 @@ Then, in your `build.zig`'s `build` function, add the following before .openssl = false, // set to true to enable TLS support }); exe.root_module.addImport("zap", zap.module("zap")); - exe.linkLibrary(zap.artifact("facil.io")); ```