Skip to content

Commit b591726

Browse files
committed
chore: update tangram, rust, libiconv, bun, oxmft, oxlint
1 parent 2c44496 commit b591726

10 files changed

Lines changed: 223 additions & 190 deletions

File tree

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@types/bun": "^1.3.9",
4-
"oxfmt": "^0.36.0",
5-
"oxlint": "^1.51.0"
3+
"@types/bun": "^1.3.10",
4+
"oxfmt": "^0.37.0",
5+
"oxlint": "^1.52.0"
66
},
77
"scripts": {
88
"auto": "bun scripts/package_automation.ts $@",

packages/libiconv.tg.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const metadata = {
55
name: "libiconv",
66
license: "LGPL-2.1-or-later",
77
repository: "https://git.savannah.gnu.org/git/libiconv.git",
8-
version: "1.18",
9-
tag: "libiconv/1.18",
8+
version: "1.19",
9+
tag: "libiconv/1.19",
1010
provides: {
1111
binaries: ["iconv"],
1212
headers: ["iconv.h", "libcharset.h", "localcharset.h"],
@@ -20,7 +20,7 @@ export const metadata = {
2020
const source = () => {
2121
const { name, version } = metadata;
2222
const checksum =
23-
"sha256:3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8";
23+
"sha256:88dd96a8c0464eca144fc791ae60cd31cd8ee78321e67397e25fc095c4a19aa6";
2424
return std.download.fromGnu({ name, version, checksum });
2525
};
2626

packages/rust/tangram.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const metadata = {
2121
};
2222

2323
const PROFILE = "minimal" as const;
24-
export const VERSION = "1.93.1" as const;
24+
export const VERSION = "1.94.0" as const;
2525

2626
export type ToolchainArg = {
2727
/** Toolchain channel: "stable" (default), "nightly", or "nightly-YYYY-MM-DD" for pinned nightly. */
@@ -55,7 +55,7 @@ export const self = async (unresolvedArg?: tg.Unresolved<ToolchainArg>) => {
5555
if (channel === "stable" || channel === undefined) {
5656
manifestUrl = `https://static.rust-lang.org/dist/channel-rust-${VERSION}.toml`;
5757
manifestChecksum =
58-
"sha256:4812a3c610bacc74eed12c89c312e540722dccccd867bd55096402da13b3a516";
58+
"sha256:aaa177def36e01d539bee6bde95295230b9ce378f81057845db8d0ebe97898ee";
5959
} else if (channel === "nightly") {
6060
manifestUrl = "https://static.rust-lang.org/dist/channel-rust-nightly.toml";
6161
manifestChecksum = "sha256:any";

0 commit comments

Comments
 (0)