Skip to content

Commit

Permalink
Seems like the features section in cargo toml isn't necessary for this
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed Jun 12, 2024
1 parent b8b623b commit 62418f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prisma-schema-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ crate-type = ["cdylib"]
wasm-bindgen.workspace = true
wasm-logger = { version = "0.2.0", optional = true }
prisma-fmt = { path = "../prisma-fmt" }

[features]
default = []
wasm-logger = ["dep:wasm-logger"]

0 comments on commit 62418f8

Please sign in to comment.