Skip to content

Commit b4b3dbf

Browse files
hibachrachlpil
authored andcommitted
Add support for gleam >=0.32.0
It is now a compile error to import a type without a `type` keyword. This change updates this package to work with gleam versions >=0.32.0
1 parent d29efc1 commit b4b3dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/bbmustache.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import gleam/string_builder.{StringBuilder}
1+
import gleam/string_builder.{type StringBuilder}
22

33
// Template compilation
44
pub type Template

0 commit comments

Comments
 (0)