Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #79 from 0xflotus/master
Browse files Browse the repository at this point in the history
fixed hyphen typo in CHANGELOG
  • Loading branch information
ashleygwilliams authored May 1, 2019
2 parents 44190c9 + 0b6463d commit 85f09e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- **Fix `publish` and `preview` bug for projects with a `-` - [jaysonsantos], [issue/36] [pull/38]**

Rust is a sometimes surprisingly opinionated language! When your `Cargo.toml` specifies a project
name with a hypen(`-`) in the name, the Rust compiler will implicitly understand this as a `_` for
name with a hyphen(`-`) in the name, the Rust compiler will implicitly understand this as a `_` for
all imports and when it creates compiled artifacts it will name them with a `_`.

The original implementation of `wrangler` skipped over this, and as a result would go looking for a
Expand Down

0 comments on commit 85f09e0

Please sign in to comment.