Skip to content

Commit 7b5984e

Browse files
authored
Merge branch 'main' into export-contract-hooks
2 parents eea8244 + e397e29 commit 7b5984e

2 files changed

Lines changed: 5 additions & 5 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: 2 additions & 2 deletions
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(
@@ -227,7 +227,7 @@ let package = Package(
227227
.copy("Resources/MinimalTokenizer")
228228
],
229229
swiftSettings: [
230-
.enableExperimentalFeature("Lifetimes"),
230+
.enableExperimentalFeature("Lifetimes")
231231
],
232232
linkerSettings: [
233233
.linkedLibrary("c++")

0 commit comments

Comments
 (0)