Skip to content

Commit

Permalink
Push a few uncommitted files
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-m committed Oct 4, 2021
1 parent 1f904ca commit d52238b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Note: It is not mandatory, but if you want to be able to recognize more formats

### Installing Rust

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: songrec # you probably want to 'snapcraft register <name>'
base: core20 # the base snap is the execution environment for this snap
version: '0.2.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.2.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: An open-source, unofficial Shazam client for Linux, written in Rust # 79 char long summary
description: |
Features:
Expand Down Expand Up @@ -109,6 +109,7 @@ parts:
share:
plugin: dump
source: ../rootfs/
source-type: local

override-pull: |
snapcraftctl pull
Expand Down

0 comments on commit d52238b

Please sign in to comment.