File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # just remove katex-header.html at the root and RUSTDOCFLAGS here
3232 # TODO(template) update the crate name
3333 - name : Build documentation
34- run : RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps -p mycrate
34+ run : RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps -p template-crate
3535
3636 - name : Remove lock file
3737 run : rm target/doc/.lock
Original file line number Diff line number Diff line change 2121
2222 - name : Check semver compatibility
2323 uses : obi1kenobi/cargo-semver-checks-action@v2
24- with :
25- # Skip semver checks if this is still the template's default "mycrate" name
26- # Users should rename their crate before publishing
27- exclude : mycrate
24+
Original file line number Diff line number Diff line change 11
22# TODO(template) update for the crate name
33[workspace ]
4- members = [" examples" , " mycrate " ]
4+ members = [" examples" , " template-crate " ]
55resolver = " 2"
6- default-members = [" mycrate " ]
6+ default-members = [" template-crate " ]
77
88[workspace .package ]
99version = " 0.1.0"
Original file line number Diff line number Diff line change 11[package ]
22# TODO(template) rename
3- name = " mycrate "
3+ name = " template-crate "
44version.workspace = true
55edition.workspace = true
66repository.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments