mirror of
https://github.com/danog/strum.git
synced 2024-11-26 20:14:40 +01:00
Fixed the dependency links to point at github now that the project is being hosted remotely
This commit is contained in:
parent
edc932f409
commit
e4c762ee67
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "strum"
|
||||
version = "0.1.0"
|
||||
authors = ["Peter Glotfelty <glotfelty.2@osu.edu>"]
|
||||
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
||||
|
||||
[dependencies]
|
||||
|
@ -9,4 +9,4 @@ proc-macro = true
|
||||
[dependencies]
|
||||
quote = "*"
|
||||
syn = "*"
|
||||
strum = { path = "../strum" }
|
||||
strum = { git = "https://github.com/Peternator7/strum" }
|
Loading…
Reference in New Issue
Block a user