Skip to content

Commit d52238b

Browse files
committed
Push a few uncommitted files
1 parent 1f904ca commit d52238b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Note: It is not mandatory, but if you want to be able to recognize more formats
7272

7373
### Installing Rust
7474

75-
First, you need to [install the Rust compiler and package manager](https://www.rust-lang.org/tools/install). It has been observed to work with `rustc` 1.43.0 to the current rust 1.47.0.
75+
First, you need to [install the Rust compiler and package manager](https://www.rust-lang.org/tools/install). It has been observed to work with `rustc` 1.43.0 to the current rustc 1.47.0.
7676

7777
Install Rust and put it in path, for all distributions:
7878

packaging/snap/snapcraft.yaml packaging/snap-not-working/snapcraft.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: songrec # you probably want to 'snapcraft register <name>'
22
base: core20 # the base snap is the execution environment for this snap
3-
version: '0.2.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.2.1' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: An open-source, unofficial Shazam client for Linux, written in Rust # 79 char long summary
55
description: |
66
Features:
@@ -109,6 +109,7 @@ parts:
109109
share:
110110
plugin: dump
111111
source: ../rootfs/
112+
source-type: local
112113

113114
override-pull: |
114115
snapcraftctl pull

0 commit comments

Comments
 (0)