mirror of
https://github.com/danog/strum.git
synced 2024-12-02 09:27:57 +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
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
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
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
strum = "0.14.0"
|
strum = "0.15.0"
|
||||||
strum_macros = "0.14.0"
|
strum_macros = "0.15.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
And add these lines to the root of your project, either lib.rs or main.rs.
|
And add these lines to the root of your project, either lib.rs or main.rs.
|
||||||
|
Loading…
Reference in New Issue
Block a user