🐛 Versions are always displayed with the "-modified" suffix (step 2) #16

Merged
Adrien merged 5 commits from fix/versions-always-modified into develop 2025-05-02 19:37:04 +00:00
3 changed files with 20 additions and 1 deletions
Showing only changes of commit f00adf9276 - Show all commits

View File

@@ -78,6 +78,18 @@ matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev =
[build-dependencies]
regex = "1.10.3"
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"
[package.metadata.turf]
minify = true