From 84eecdfdfd8b972cd9fcafb35da81ed62d9698f9 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 15 Apr 2025 22:49:05 -0400 Subject: Include SVD loader in free version --- plugins/svd/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/svd/Cargo.toml') diff --git a/plugins/svd/Cargo.toml b/plugins/svd/Cargo.toml index 17325adf..e25c410b 100644 --- a/plugins/svd/Cargo.toml +++ b/plugins/svd/Cargo.toml @@ -15,4 +15,7 @@ log = "0.4" serde_json = "1.0" [dev-dependencies] -insta = { version = "1.42", features = ["yaml"] } \ No newline at end of file +insta = { version = "1.42", features = ["yaml"] } + +[features] +demo = [] \ No newline at end of file -- cgit v1.3.1