Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bitcoin-starter/rust-backend/canister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

name: backend
recipe:
type: "@dfinity/rust@v3.2.0"
type: "@dfinity/rust@v3.3.0"
configuration:
package: backend
shrink: true
candid: backend.did
metadata:
Expand Down
4 changes: 1 addition & 3 deletions hello-world/rust-backend/canister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
#
name: backend
recipe:
type: "@dfinity/rust@v3.1.0"
type: "@dfinity/rust@v3.3.0"
configuration:
# cargo package for canister (required field)
package: backend
shrink: true
# optional
candid: backend.did
Expand Down
4 changes: 1 addition & 3 deletions rust/icp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
canisters:
- name: backend
recipe:
type: "@dfinity/rust@v3.2.0"
type: "@dfinity/rust@v3.3.0"
configuration:
# cargo package for canister (required field)
package: backend
shrink: true
# optional
candid: {{ project-name }}.did
Expand Down
Loading