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

fix(fs): Temp workaround for docs.rs build error #2171

Merged
merged 4 commits into from
Dec 9, 2024
Merged

Conversation

FabianLars
Copy link
Member

The cwd in docs.rs is read-only so the current impl errors out in tauri-utils https://docs.rs/crate/tauri-plugin-fs/2.1.0/builds/1571296

I am a bit too out of the loop on the permissions right now to perhaps fix this (at least without a change in upstream tauri which i would like to not rely on just yet)

this change makes it work again in my local docs.rs env

@FabianLars FabianLars requested a review from a team as a code owner December 9, 2024 12:37
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Package Changes Through f6a816f

There are 2 changes which include fs with patch, fs-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.7 2.0.8
api-example-js 2.0.4 2.0.5
fs 2.1.0 2.1.1
fs-js 2.0.3 2.0.4
dialog 2.0.4 2.0.5
dialog-js 2.0.1 2.0.2
http 2.0.4 2.0.5
http-js 2.0.1 2.0.2
persisted-scope 2.1.0 2.1.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars FabianLars merged commit 77b8550 into v2 Dec 9, 2024
8 checks passed
@FabianLars FabianLars deleted the fix/fs-perms branch December 9, 2024 12:52
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.

1 participant