diff --git a/Cargo.toml b/Cargo.toml index f1c19e9..d31f64c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,6 @@ url = "2.3.1" # Config for 'cargo dist' [workspace.metadata.dist] -# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.1.0" # CI backends to support (see 'cargo dist generate-ci') ci = ["github"] # Target platforms to build apps for (Rust target-triple syntax) diff --git a/compatibility.json b/compatibility.json index d934745..8464d26 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,4 +1,20 @@ { + "0.15.2": { + "nns": { + "versions": ["0.2.1"] + }, + "sns": { + "versions": ["0.2.1"] + } + }, + "0.15.1": { + "nns": { + "versions": ["0.2.1"] + }, + "sns": { + "versions": ["0.2.1"] + } + }, "0.15.0": { "nns": { "versions": ["0.2.1"]