Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 5222a4c

Browse files
committed
make it compile with the latest version of dx; remove workspace to fix version resolution issues
1 parent 81243d1 commit 5222a4c

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

Cargo.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

file-explorer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "file-explorer"
33
edition = "2021"
4+
version = "0.1.0"
45

56
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
67

file-explorer/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn App() -> Element {
5656
}
5757
}
5858

59+
#[derive(Debug)]
5960
struct File {
6061
is_directory: bool,
6162
name: String,

0 commit comments

Comments
 (0)