Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklengstrand committed Mar 28, 2023
1 parent 72094a1 commit 003be2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

PROJECT("rate-redis" VERSION 1.1.1)
PROJECT("rate-redis" VERSION 1.1.2)

IF (EXISTS "${CMAKE_CURRENT_BINARY_DIR}/CPACK_GENERATOR.txt")
FILE(STRINGS ${CMAKE_CURRENT_BINARY_DIR}/CPACK_GENERATOR.txt CPACK_GENERATOR)
Expand Down
2 changes: 1 addition & 1 deletion main.hsl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import { rate } from "./rate.hsl";
import { rate, rate_sliding_window } from "./rate.hsl";

0 comments on commit 003be2f

Please sign in to comment.