Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): Add Nextcloud 31 support #507

Merged
merged 8 commits into from
Jan 15, 2025
Merged

feat(deps): Add Nextcloud 31 support #507

merged 8 commits into from
Jan 15, 2025

Conversation

nickvergessen
Copy link
Member

Signed-off-by: Joas Schilling [email protected]

@icewind1991 icewind1991 force-pushed the update-main-version branch 2 times, most recently from 3e47652 to 9883ac5 Compare January 14, 2025 21:32
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
@icewind1991 icewind1991 force-pushed the update-main-version branch 3 times, most recently from d84049f to fb33134 Compare January 15, 2025 16:09
Signed-off-by: Robin Appelman <[email protected]>

Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
@icewind1991 icewind1991 merged commit f791ad1 into main Jan 15, 2025
62 checks passed
Bind::Unix(path, permissions) => f
.debug_tuple("Unix")
.field(path)
.field(&format!("0{:0}", permissions))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads up, I think this line is a typo. If you're intending to format the permissions field in the usual octal format, the format specifier should be {:03o} (at least 3 digits with leading zeros and o for octal).

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.

3 participants