Skip to content

Conversation

CGMossa
Copy link
Contributor

@CGMossa CGMossa commented Apr 18, 2025

Ran cargo doc --workspace --no-deps --document-private-items using

❯ rustdoc --version
rustdoc 1.86.0 (05f9846f8 2025-03-31)

Plus, I applied suggestions from markdownlint.

Additions due to CI

I had to update the rustc version in CI from 1.79 to 1.81 due to a dev-dependency.

❯ cargo tree -i half                       
half v2.6.0
└── ciborium-ll v0.2.2
    └── ciborium v0.2.2
        └── criterion v0.4.0
            [dev-dependencies]
            └── nalgebra v0.33.2 (/Users/elea/Documents/GitHub/nalgebra)
                [dev-dependencies]
                └── nalgebra v0.33.2 (/Users/elea/Documents/GitHub/nalgebra) (*)

Also, now the snapshots must be upgraded using TRYBUILD=overwrite cargo +1.81 ..., as there are serious differences in how latest stable behaves vs. 1.81.

CGMossa added 4 commits April 18, 2025 15:49
```
error: rustc 1.79.0 is not supported by the following package:
  [email protected] requires rustc 1.81
```

updated snapshot test
ci: snapshot test again, by

```shell
TRYBUILD=overwrite cargo +1.81 test stack
```
@CGMossa
Copy link
Contributor Author

CGMossa commented Sep 26, 2025

Oh nice! Activity. I forgot about this completely.

@CGMossa
Copy link
Contributor Author

CGMossa commented Sep 26, 2025

The current CI failure is also happening on main.

@alexhroom
Copy link
Collaborator

@CGMossa I'm happy to approve but can you double-check that I did the merge commit correctly? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants