Fox warnings about colliding filenames. (#3908)

This commit is contained in:
Michał Wawrzyniec Urbańczyk 2022-11-24 18:54:45 +01:00 committed by GitHub
parent 4ae2cb1e2a
commit 667c1cac27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ authors = ["Enso Team <contact@enso.org>"]
edition = "2021"
[lib]
crate-type = ["rlib", "cdylib"]
crate-type = ["rlib"]
[dependencies]
serde = { version = "1.0" }

View File

@ -13,7 +13,7 @@ categories = ["development-tools::procedural-macro-helpers"]
publish = true
[lib]
crate-type = ["cdylib", "rlib"]
crate-type = ["rlib"]
[dependencies]
proc-macro2 = "1.0"