v0.2.13-pre.005-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-interface-lib/tests/dependency_boundary.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Dependency and passive-surface canaries for the Interface foundation.
|
||||
|
||||
@@ -112,7 +112,7 @@ fn pre_005_all_production_sources_preserve_the_dependency_firewall() {
|
||||
"tauri::",
|
||||
"tokio::",
|
||||
"tonic::",
|
||||
"tracing::",
|
||||
concat!("tracing", "::"),
|
||||
"wincode::",
|
||||
] {
|
||||
assert!(!source.contains(forbidden), "forbidden production dependency path detected: {forbidden}");
|
||||
|
||||
Reference in New Issue
Block a user