Skip to content

Commit 3075c5b

Browse files
committed
Pin Rust artifactbundle to tokenizers-rust-0.6.1
1 parent f7cb992 commit 3075c5b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import PackageDescription
88
// dependency consumers (both `Context.packageDirectory` and `#filePath` return
99
// synthetic paths during dep evaluation).
1010
let tokenizersRustArtifactBundleURL =
11-
"https://github.com/DePasqualeOrg/swift-tokenizers/releases/download/tokenizers-rust-0.6.0/TokenizersRust-0.6.0.artifactbundle.zip"
11+
"https://github.com/DePasqualeOrg/swift-tokenizers/releases/download/tokenizers-rust-0.6.1/TokenizersRust-0.6.1.artifactbundle.zip"
1212
let tokenizersRustArtifactBundleChecksum =
13-
"a7070d1638177c31cc97592cb6dc7302e50d9c79286ec5d7d5b6a710f2c00f5f"
13+
"8002b3bffd226b10d64cbe632804e5fc5bc7716ec30f2b1e058b95f25637c76c"
1414

1515
let docsEnabled = Context.environment["TOKENIZERS_ENABLE_DOCS"] == "1"
1616
let localRustArtifactPath = Context.environment["TOKENIZERS_RUST_LOCAL_ARTIFACTBUNDLE_PATH"]

rust/Pin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"hash_schema_version": 3,
3-
"version": "0.6.0",
4-
"git_commit": "94e88c641ce92ea027853444b66030b2d046a359",
3+
"version": "0.6.1",
4+
"git_commit": "f7cb9924f61b09c8fcf4294d9c76465260e982e1",
55
"rust_toolchain": "1.94.1",
6-
"source_hash_sha256": "5128ba36a192e45ed07afeb860d9e69784b1d8e006cc0a59e8c063f2a0e8db2d",
7-
"artifactbundle_url": "https://github.com/DePasqualeOrg/swift-tokenizers/releases/download/tokenizers-rust-0.6.0/TokenizersRust-0.6.0.artifactbundle.zip",
8-
"checksum": "a7070d1638177c31cc97592cb6dc7302e50d9c79286ec5d7d5b6a710f2c00f5f"
6+
"source_hash_sha256": "817cb885e50b876e06745814e9e2cbc03ee00b722b7cb3ea6cf885c0eb82d448",
7+
"artifactbundle_url": "https://github.com/DePasqualeOrg/swift-tokenizers/releases/download/tokenizers-rust-0.6.1/TokenizersRust-0.6.1.artifactbundle.zip",
8+
"checksum": "8002b3bffd226b10d64cbe632804e5fc5bc7716ec30f2b1e058b95f25637c76c"
99
}

0 commit comments

Comments
 (0)