Skip to content

Commit cd14871

Browse files
authored
ref(craft): Modernize Craft config (#339)
1 parent c7d5374 commit cd14871

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.craft.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
minVersion: "0.15.0"
2-
github:
3-
owner: getsentry
4-
repo: sentry-rust
1+
minVersion: 0.23.1
52
changelogPolicy: auto
6-
7-
statusProvider:
8-
name: github
93
artifactProvider:
104
name: none
11-
125
targets:
136
- name: crates
147
noDevDeps: true
158
- name: github
169
- name: registry
17-
type: sdk
18-
config:
19-
canonical: "cargo:sentry"
10+
sdks:
11+
cargo:sentry:

0 commit comments

Comments
 (0)