Skip to content

Commit ccbc4e5

Browse files
committed
README.md: Note on cargo publish
Date: Thu, 09 Jun 2022 01:16:09 -0700 From: lord-ne <[email protected]> To: avr-rust/delay <[email protected]> Cc: Geert Stappers <[email protected]>, Author <[email protected]> Subject: Re: [avr-rust/delay] ran out of registers during register allocation (Issue #21) I think we can use the --no-verify option to publish without building, which will avoid this error. The crate *can* successfully build, but only in release mode. Since the version that's currently on crates.io doesn't work at all, I think it would still be better to publish this, even though it can't build in debug mode. -- Reply to this email directly or view it on GitHub: #21 (comment) You are receiving this because you authored the thread. Message ID: </issues/21/[email protected]>
1 parent 3b80ff7 commit ccbc4e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,15 @@ pub mod std {
9393
```
9494

9595
No attempt is made to handle arithmetic overruns.
96+
97+
98+
### Internal notes
99+
100+
#### Cargo publish
101+
102+
During `cargo publish` there could be
103+
```text
104+
error: ran out of registers during register allocation
105+
```
106+
With that _blocking issue_ is adding `--no-verify` considered
107+
the _lesser evil_ as not releasing.

0 commit comments

Comments
 (0)