diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index c38b3ff7..a13868ac 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/Cargo.toml b/Cargo.toml index 32dc0ebf..cba0da84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,4 @@ [workspace] members = ["apps/counter"] -resolver = "2" [workspace.package] -edition = "2021" +edition = "2024" diff --git a/apps/counter/Cargo.toml b/apps/counter/Cargo.toml index 80a1ecc5..af7e5a01 100644 --- a/apps/counter/Cargo.toml +++ b/apps/counter/Cargo.toml @@ -12,10 +12,4 @@ iced = { version = "0.13.1", features = ["debug"] } tracing-subscriber = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies] -iced = { version = "0.13.1", features = [ - "debug", - "wgpu", - "tiny-skia", - "webgl", - "fira-sans", -] } +iced = { version = "0.13.1", features = ["debug", "webgl"] } diff --git a/apps/counter/src/main.rs b/apps/counter/src/main.rs index f24d5cc3..92a248b6 100644 --- a/apps/counter/src/main.rs +++ b/apps/counter/src/main.rs @@ -1,4 +1,4 @@ -use iced::widget::{button, column, row, text, Column, Row}; +use iced::widget::{button, column, row, text, Column}; use iced::Center; pub fn main() -> iced::Result { diff --git a/etc/templates/skeleton/etc/workflow-runtime/src/workflow_runtime.go b/etc/templates/skeleton/etc/workflow-runtime/src/workflow_runtime.go index 99fe6934..633d3408 100644 --- a/etc/templates/skeleton/etc/workflow-runtime/src/workflow_runtime.go +++ b/etc/templates/skeleton/etc/workflow-runtime/src/workflow_runtime.go @@ -20,7 +20,7 @@ func (m *WorkflowRuntime) BuildBaseEnv(ctx context.Context) *WorkflowRuntime { WithExec([]string{"apt-get", "update"}). WithExec([]string{"apt-get", "install", "-y", "build-essential", "curl", "git", "unzip", "bash", "gzip", "xz-utils", "pkg-config", "libssl-dev"}). // curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s 0.35.3 --yes - WithExec([]string{"bash", "-l", "-c", "curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s 0.44.1 --yes"}). + WithExec([]string{"bash", "-l", "-c", "curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s 0.51.4 --yes"}). WithEnvVariable("PROTO_HOME", "/root/.proto", dagger.ContainerWithEnvVariableOpts{Expand: true}). WithEnvVariable("PATH", "$PATH:$PROTO_HOME/shims:$PROTO_HOME/bin", dagger.ContainerWithEnvVariableOpts{Expand: true}) diff --git a/etc/workflow-runtime/src/workflow_runtime.go b/etc/workflow-runtime/src/workflow_runtime.go index 99fe6934..633d3408 100644 --- a/etc/workflow-runtime/src/workflow_runtime.go +++ b/etc/workflow-runtime/src/workflow_runtime.go @@ -20,7 +20,7 @@ func (m *WorkflowRuntime) BuildBaseEnv(ctx context.Context) *WorkflowRuntime { WithExec([]string{"apt-get", "update"}). WithExec([]string{"apt-get", "install", "-y", "build-essential", "curl", "git", "unzip", "bash", "gzip", "xz-utils", "pkg-config", "libssl-dev"}). // curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s 0.35.3 --yes - WithExec([]string{"bash", "-l", "-c", "curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s 0.44.1 --yes"}). + WithExec([]string{"bash", "-l", "-c", "curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s 0.51.4 --yes"}). WithEnvVariable("PROTO_HOME", "/root/.proto", dagger.ContainerWithEnvVariableOpts{Expand: true}). WithEnvVariable("PATH", "$PATH:$PROTO_HOME/shims:$PROTO_HOME/bin", dagger.ContainerWithEnvVariableOpts{Expand: true})