Skip to content

Commit

Permalink
Fix bazel module name (#60)
Browse files Browse the repository at this point in the history
* Fix bazel module name

* fixup! Fix bazel module name
  • Loading branch information
dduan authored Dec 15, 2024
1 parent c4b8183 commit b1175d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "swift-syntax",
version = "0",
compatibility_level = 1,
name = "swift-tomldecoder",
version = "0.3.1",
compatibility_level = 0,
)

bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support")
Expand Down

0 comments on commit b1175d6

Please sign in to comment.