summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-12-07 16:47:36 +0100
committerPeltoche <dev@halium.fr>2018-12-07 16:47:36 +0100
commit2f07c47a634f8fed962d966bb82ee1384d1f7859 (patch)
tree3a2302c9b20f7862b76ebd9771e9999094a920b4
parent20b7244373c7aaf8dd921f7905c75fb86a65bdfe (diff)
Change the snapcraft confinement to strict
-rw-r--r--.snapcraft.yaml5
-rw-r--r--Cargo.lock2
2 files changed, 5 insertions, 2 deletions
diff --git a/.snapcraft.yaml b/.snapcraft.yaml
index 68ae052..0298b17 100644
--- a/.snapcraft.yaml
+++ b/.snapcraft.yaml
@@ -3,8 +3,11 @@ version: git
summary: A ls command with a lot of pretty colors.
description: lsd is a ls command including pretty icons based on nerd-font.
+architectures:
+ - amd64
+ - i386
grade: stable
-confinement: classic
+confinement: strict
parts:
lsd:
diff --git a/Cargo.lock b/Cargo.lock
index 9360726..827e85b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lsd"
-version = "0.7.10"
+version = "0.7.11"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",