File tree Expand file tree Collapse file tree 2 files changed +5
-25
lines changed
Expand file tree Collapse file tree 2 files changed +5
-25
lines changed Original file line number Diff line number Diff line change 77 required : true
88 type : choice
99 options :
10- - widget
11- - gadget
12- - budget
13- - fidget
14- - nugget
10+ - gl-client
11+ - gl-plugin
12+ - gl-signerproxy
13+ - gl-cli
14+ - gl-util
1515 version :
1616 description : Version to release
1717 required : true
Original file line number Diff line number Diff line change @@ -32,23 +32,3 @@ vls-core = "^0.13"
3232vls-persist = " ^0.13"
3333vls-protocol-signer = " ^0.13"
3434vls-protocol = " ^0.13"
35-
36-
37- # Config for 'cargo dist'
38- [workspace .metadata .dist ]
39- # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
40- cargo-dist-version = " 0.4.2"
41- # CI backends to support
42- ci = [" github" ]
43- # The installers to generate for each app
44- installers = []
45- # Target platforms to build apps for (Rust target-triple syntax)
46- targets = [
47- " x86_64-unknown-linux-gnu" ,
48- " aarch64-apple-darwin" ,
49- " x86_64-apple-darwin" ,
50- ]
51- # Publish jobs to run in CI
52- pr-run-mode = " upload"
53-
54- allow-dirty = [" ci" ]
You can’t perform that action at this time.
0 commit comments