Skip to content

Commit e397e29

Browse files
authored
Pin xgrammar to v0.2.2 instead of floating on branch main (apple#165)
1 parent a5ece33 commit e397e29

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let package = Package(
4343
dependencies: [
4444
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.0"),
4545
.package(url: "https://github.com/huggingface/swift-transformers", from: "1.1.0"),
46-
.package(url: "https://github.com/mlc-ai/xgrammar", branch: "main"),
46+
.package(url: "https://github.com/mlc-ai/xgrammar", exact: "0.2.2"),
4747
],
4848
targets: [
4949
.target(

0 commit comments

Comments
 (0)