Skip to content

Commit

Permalink
Git bump the version
Browse files Browse the repository at this point in the history
The build crashes with the error, that a version compatible with 0.4 wasn't found, but 0.5.0 was.
If we bump the version, it works perfectly.
  • Loading branch information
MGlolenstine authored and cmyr committed Mar 9, 2020
1 parent 36e0356 commit 4ce3df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Since druid is currently in fast-evolving state, you might prefer to drink from
the firehose:

```toml
druid = { git = "https://github.com/xi-editor/druid.git", version = "0.4" }
druid = { git = "https://github.com/xi-editor/druid.git", version = "0.5" }
```

### Platform notes
Expand Down

0 comments on commit 4ce3df1

Please sign in to comment.