mirror of
https://github.com/danog/strum.git
synced 2024-11-30 04:28:59 +01:00
Revved version in docs
This commit is contained in:
parent
921495c582
commit
d8cd5330ba
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Peter Glotfelty
|
||||
Copyright (c) 2019 Peter Glotfelty
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -22,8 +22,8 @@ Cargo.toml. Strum_macros contains the macros needed to derive all the traits in
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
strum = "0.14.0"
|
||||
strum_macros = "0.14.0"
|
||||
strum = "0.15.0"
|
||||
strum_macros = "0.15.0"
|
||||
```
|
||||
|
||||
And add these lines to the root of your project, either lib.rs or main.rs.
|
||||
|
Loading…
Reference in New Issue
Block a user