Skip to content

Commit

Permalink
Rename crago package to emulator-2i
Browse files Browse the repository at this point in the history
Cargo starting with 1.44 doesn't allow package names starting with a
number, even though this is not documented anywhere currently.

Switch from 2i-emulator to emulator-2i to please Cargo. This doesn't
affect the binary, which is still called 2i-emulator.

Fix: #9
  • Loading branch information
klemens committed Jun 7, 2020
1 parent f77eb46 commit 29d986a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "2i-emulator"
name = "emulator-2i"
version = "2.0.2"
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 29d986a

Please sign in to comment.