Ed Page
2570b58a0f
chore(ci): Skip branch protections
2024-04-01 12:31:49 -05:00
Ed Page
dc3e937fc6
Merge pull request #19 from epage/t
...
chore(ci): Ensure CI job always runs
2024-04-01 11:59:08 -05:00
Ed Page
d634de649f
chore(ci): Ensure CI job always runs
2024-04-01 11:36:58 -05:00
Ed Page
815f9b2190
Merge pull request #953 from crate-ci/renovate/maturin-1.x
...
chore(deps): update dependency maturin to >=1.5,<1.6
2024-04-01 10:55:23 -05:00
Ed Page
3278d49444
chore: Allow print in tests
2024-04-01 10:35:16 -05:00
Ed Page
ebc70d00f9
chore: Only check missing_docs in lib
...
This also fires in examples and other places.
While docs in examples would be nice,
it isn't universally applicable and `allow`s would undermine the
examples.
2024-04-01 09:11:24 -05:00
Ed Page
a516bda4ad
chore: Drop workspace.dependencies
...
Without automated checks, this will make it harder to track breaking
changes.
2024-04-01 08:58:36 -05:00
renovate[bot]
0509c6f3c1
chore(deps): update compatible
2024-04-01 01:02:57 +00:00
renovate[bot]
1501340653
chore(deps): update dependency maturin to >=1.5,<1.6
2024-04-01 00:54:52 +00:00
Ed Page
99e034bbbb
chore: Move print lints to lib.rs
...
While there is a config for ignoring these in tests, it doesn't help
with examples.
2024-03-28 15:10:58 -05:00
Ed Page
8d4b1b6c8d
chore: Remove clippy::tests_outside_test_module
...
See https://github.com/rust-lang/rust-clippy/issues/11024
2024-03-28 13:24:28 -05:00
Ed Page
6a9d2bf50f
chore: Don't warn on unsafe
...
This works well when a package is a safe abstraction but to universally
apply in a template to all members of a workspace doesn't make sense.
2024-03-28 12:45:57 -05:00
Ed Page
314eef7f5f
chore: Dont check must_use
...
See https://github.com/rust-lang/rust-clippy/issues/8339
2024-03-28 10:38:57 -05:00
Ed Page
2714cca7c3
chore(ci): Don't check for unused crates
2024-03-28 09:58:31 -05:00
Ed Page
9258d9af7b
chore(ci): More exhaustively check features
2024-03-28 09:57:23 -05:00
Ed Page
92d486c4b0
chore(ci): Speed up lockfile check
2024-03-28 09:53:02 -05:00
Ed Page
9b1b566201
chore(ci): Fix all rust-version-specific checks to stable
2024-03-28 09:51:51 -05:00
Ed Page
c8b190be3a
chore(ci): Use latest SARIF
...
Now that we run clippy on stable, we can do this
2024-03-28 09:50:22 -05:00
Ed Page
126eb3d4dc
chore: Encourage a single test binary
2024-03-28 09:48:35 -05:00
Ed Page
8e647d9cd4
chore: Encourage use of workspace.dependencies
2024-03-28 09:35:59 -05:00
Ed Page
8ec86ab9a2
chore: Normalize clippy lint names
2024-03-25 12:33:58 -05:00
Ed Page
ace6e07683
chore(ci): Don't update stable and MSRV together
...
We might want to hold one or the other back
2024-03-21 12:20:47 -05:00
Ed Page
3d5ead81cf
chore(ci): Configure standard lints
2024-03-21 10:51:32 -05:00
Ed Page
6233184298
Merge pull request #946 from eudoxa/fix_readme_faq_identifiers_typo
...
Fix Typo in README: "identifer" to "identifier"
2024-03-05 18:59:58 -06:00
morita shingo
e7c71d09c4
Fix Typo in README: "identifer" to "identifier"
2024-03-06 08:33:15 +09:00
Ed Page
8fbad372a8
chore(ci): Ensure latest job passes
2024-03-04 09:33:41 -06:00
Ed Page
bcafd462cb
chore: Release
2024-03-01 10:42:05 -06:00
Ed Page
c79a9f17b3
chore: Release
2024-03-01 10:26:53 -06:00
Ed Page
5201049795
docs: Update changelog
2024-03-01 10:26:25 -06:00
Ed Page
54fb07ff99
Merge pull request #944 from epage/feb
...
fix(dict): February updates
2024-03-01 10:25:31 -06:00
Ed Page
99882ae923
test: Make help independent of term
2024-03-01 10:09:58 -06:00
Ed Page
679bf4bdb2
fix(dict): February updates
...
Fixes #921
2024-03-01 09:52:29 -06:00
Ed Page
859f055f26
test: Update snapshots
2024-03-01 09:18:03 -06:00
Ed Page
a932bb64b9
Merge pull request #942 from crate-ci/renovate/github-codeql-action-3.x
...
chore(deps): update github/codeql-action action to v3
2024-03-01 09:16:52 -06:00
Ed Page
7302cb2608
Merge pull request #941 from crate-ci/renovate/pre-commit-action-3.x
...
chore(deps): update pre-commit/action action to v3.0.1
2024-03-01 09:09:47 -06:00
Ed Page
2d5ff555cc
Merge pull request #16 from epage/renovate/pre-commit-action-3.x
...
chore(deps): Update pre-commit/action action to v3.0.1
2024-03-01 08:58:45 -06:00
renovate[bot]
286c9b8c77
chore(deps): update github/codeql-action action to v3
2024-03-01 03:09:12 +00:00
renovate[bot]
18308de3c0
chore(deps): update compatible
2024-03-01 01:47:21 +00:00
renovate[bot]
31ed0fe0cb
chore(deps): update pre-commit/action action to v3.0.1
2024-03-01 01:43:25 +00:00
renovate[bot]
7846c5130e
chore(deps): Update pre-commit/action action to v3.0.1
2024-03-01 00:30:14 +00:00
Ed Page
c977df5149
chore(ci): Prevent cargo-hack from blowing away our lockfile
...
See taiki-e/cargo-hack#234
2024-02-20 20:22:05 -06:00
Ed Page
0afab6199d
Merge pull request #939 from mobeicanyue/patch-1
...
Update README.md
2024-02-17 10:46:38 -06:00
mobeicanyue
fd5d2a5cee
Update README.md
2024-02-17 16:42:28 +08:00
Ed Page
779496bb00
chore(ci): Run the latest clippy
2024-02-15 10:08:37 -06:00
Ed Page
4db293d99b
chore(ci): Only verify MSRV for published packages
2024-02-15 09:58:01 -06:00
Ed Page
51a98a25b6
chore(ci): Defer to package.rust-version for clippy
2024-02-15 09:57:26 -06:00
Ed Page
f0c9c76d2f
Merge pull request #938 from epage/snap
...
chore: Update snapbox
2024-02-15 08:06:16 -06:00
Ed Page
803094f67a
chore: Update snapbox
2024-02-14 20:28:51 -06:00
Ed Page
e4d7f4a4d0
chore: Release
2024-02-13 08:57:47 -06:00
Ed Page
b628b9dd0a
chore: Release
2024-02-13 08:57:26 -06:00