chore: update rust-toolchain
Update the rust toolchain version to 1.85.
Note that this is not the latest, however, it is the latest available in nixpgs, so this version is good enough for now.
41 files changed
+117
-104
47c785b9
→
96637aca
modified radicle-cli/src/commands/inspect.rs
@@ -1,10 +1,10 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -114,12 +114,10 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified radicle-cli/src/commands/seed.rs
@@ -7,7 +7,7 @@ use anyhow::anyhow;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -201,7 +201,6 @@ pub fn seeding(profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/src/commands/sync.rs
@@ -490,7 +490,7 @@ pub fn fetch(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/git.rs
@@ -117,7 +117,7 @@ impl<'a> Deref for Remote<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/project.rs
@@ -16,7 +16,7 @@ pub struct SetupRemote<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/format.rs
@@ -144,7 +144,7 @@ impl<'a> Identity<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/patch/timeline.rs
@@ -276,7 +276,7 @@ enum Update<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/test.rs
@@ -10,7 +10,7 @@ pub struct WeightedGenerator<'a, T, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/lib.rs
@@ -402,7 +402,7 @@ impl Deref for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-fetch/src/git/refs/update.rs
@@ -34,7 +34,7 @@ pub struct Applied<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-fetch/src/git/repository.rs
@@ -19,7 +19,7 @@ pub enum Updated<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -176,13 +176,11 @@ fn direct<'a>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-fetch/src/state.rs
@@ -608,7 +608,7 @@ pub(crate) struct Cached<'a, S> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -656,7 +656,7 @@ impl<'a, S> Cached<'a, S> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -676,7 +676,7 @@ impl<'a, S> RemoteRepository for Cached<'a, S> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-fetch/src/transport/fetch.rs
@@ -108,7 +108,7 @@ pub struct FetchOut {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +134,7 @@ impl<'a> Delegate for &'a mut Fetch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/lib.rs
@@ -1,3 +1,8 @@
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/frame.rs
@@ -101,19 +101,19 @@ impl StreamId {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/varint.rs
@@ -135,11 +135,11 @@ impl Encode for VarInt {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker/upload_pack.rs
@@ -268,7 +268,7 @@ pub(super) mod pktline {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/ansi/style.rs
@@ -72,7 +72,7 @@ impl Iterator for Iter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/editor.rs
@@ -83,6 +83,7 @@ impl Editor {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-term/src/element.rs
@@ -109,7 +109,7 @@ pub trait Element: fmt::Debug + Send + Sync {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/hstack.rs
@@ -18,7 +18,7 @@ impl<'a> HStack<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/vstack.rs
@@ -25,7 +25,7 @@ enum Row<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,7 +140,7 @@ impl<'a> VStack<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/cache.rs
@@ -50,7 +50,7 @@ pub struct MigrateProgress<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/common.rs
@@ -127,7 +127,7 @@ impl<'de> Deserialize<'de> for Reaction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,7 +316,7 @@ impl std::str::FromStr for Uri {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/identity.rs
@@ -867,7 +867,7 @@ pub struct IdentityMut<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -876,7 +876,7 @@ impl<'a, R> fmt::Debug for IdentityMut<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -971,7 +971,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -306,7 +306,7 @@ impl Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -576,7 +576,7 @@ pub struct IssueMut<'a, 'g, R, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -585,7 +585,7 @@ impl<'a, 'g, R, C> std::fmt::Debug for IssueMut<'a, 'g, R, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -719,7 +719,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -739,7 +739,7 @@ impl<'a, R> Deref for Issues<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue/cache.rs
@@ -364,7 +364,7 @@ pub struct NoCacheIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -372,12 +372,15 @@ impl<'a> Iterator for NoCacheIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -406,7 +409,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -430,7 +433,7 @@ pub struct IssuesIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -438,7 +441,7 @@ impl<'a> IssuesIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -452,7 +455,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -476,7 +482,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/job.rs
@@ -300,7 +300,7 @@ impl<'a, 'g, R> From<JobMut<'a, 'g, R>> for (JobId, Job) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -309,7 +309,7 @@ impl<'a, 'g, R> std::fmt::Debug for JobMut<'a, 'g, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -365,7 +365,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -332,7 +332,7 @@ pub struct Merged<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -521,7 +521,7 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -569,7 +569,7 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -596,7 +596,7 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2348,7 +2348,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2396,7 +2396,7 @@ impl<'a, R> Deref for Patches<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2481,7 +2481,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch/cache.rs
@@ -425,7 +425,7 @@ pub struct PatchesIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -434,7 +434,7 @@ impl<'a> PatchesIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -448,7 +448,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -477,7 +478,7 @@ pub struct NoCacheIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -485,12 +486,15 @@ impl<'a> Iterator for NoCacheIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -536,7 +540,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/store.rs
@@ -111,7 +111,7 @@ pub struct Store<'a, T, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,7 +140,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -387,7 +387,7 @@ impl<L> Thread<Comment<L>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/git/canonical.rs
@@ -200,7 +200,7 @@ impl Canonical {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -757,7 +757,7 @@ impl Seeds {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1197,14 +1197,12 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -1222,7 +1220,6 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle/src/node/address/store.rs
@@ -428,7 +428,7 @@ pub struct NodeAliasIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -436,7 +436,7 @@ impl<'a> NodeAliasIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -446,7 +446,8 @@ impl<'a> Iterator for NodeAliasIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node/notifications.rs
@@ -76,7 +76,7 @@ pub enum NotificationKindError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node/policy/store.rs
@@ -328,7 +328,7 @@ pub struct FollowPolicies<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -355,7 +355,7 @@ pub struct SeedPolicies<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -376,7 +376,7 @@ pub struct NodeAliasIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -384,7 +384,7 @@ impl<'a> NodeAliasIter<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -52,7 +52,7 @@ pub struct Ref {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git/cob.rs
@@ -170,7 +170,7 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,9 +190,9 @@ impl<'a, R> DraftStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -222,7 +222,7 @@ impl<'a, R: storage::WriteRepository> change::Storage for DraftStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -235,7 +235,7 @@ impl<'a, R: storage::ReadRepository> SignRepository for DraftStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -249,13 +249,13 @@ impl<'a, R: storage::RemoteRepository> RemoteRepository for DraftStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -364,7 +364,7 @@ impl<'a, R: storage::ReadRepository> ReadRepository for DraftStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/version.rs
@@ -10,7 +10,7 @@ pub struct Version<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified rust-toolchain.toml
@@ -1,4 +1,4 @@
|
|
| - | |
| + | |
|
|
|