Commit 2481c94
authored
Lock an exact swift-nio-ssl dependency version (#58)
### Motivation:
The Cassandra client uses parts of Swift NIOSSL that aren't technically
API, so to avoid breakages between minor/patch versions, we should
depend on exactly the last qualified version of the dependency.
### Modifications:
Updated the dependency version constraint type, and specified the latest
released version.
### Result:
No more breaks when Swift NIOSSL releases a new version.1 parent 696ecc4 commit 2481c94
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments