Skip to content

Commit

Permalink
fix: bump versions everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
daulet committed Nov 5, 2024
1 parent 37d1c00 commit 0d469f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rust_static_library(
srcs = glob([
"src/**/*.rs",
]),
version = "1.20.2",
aliases = aliases(),
proc_macro_deps = all_crate_deps(
proc_macro = True,
Expand Down
2 changes: 1 addition & 1 deletion tokenizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"unsafe"
)

const WANT_VERSION = "0.20.2"
const WANT_VERSION = "1.20.2"

func init() {
version := C.version()
Expand Down

0 comments on commit 0d469f8

Please sign in to comment.