-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I have difficulties with using metadata in Linux. The code is working in Windows, look at debug output:
Index: Some(File { path: "index.html", contents: "<808 bytes>", metadata: Some(Metadata { accessed: 1740785934s, created: 1708250695s, modified: 1740751164s }) }) Metadata: Some(Metadata { accessed: 1740785934s, created: 1708250695s, modified: 1740751164s })
The same source built and run in Linux gives the following:
Index: Some(File { path: "index.html", contents: "<808 bytes>", metadata: None })
Feature flag metadate is present, files are included and present in the binary, but metadata do not.
Would you have a tip, what might be the reason?
Metadata
Metadata
Assignees
Labels
No labels