We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6f17f + 57c7de7 commit 42cd82fCopy full SHA for 42cd82f
build.gradle.kts
@@ -9,7 +9,7 @@ import java.nio.file.Paths
9
// ./gradlew publish -PcloudsmithUser=<user> -PcloudsmithApiKey=<api-key>
10
11
group = "io.libp2p"
12
-version = "develop"
+version = "0.9.2-RELEASE"
13
description = "a minimal implementation of libp2p for the jvm"
14
15
plugins {
src/main/kotlin/io/libp2p/pubsub/PubsubRouter.kt
@@ -27,7 +27,7 @@ interface PubsubMessage {
27
override fun equals(other: Any?): Boolean
28
29
/**
30
- * WARNING: Use collision free functions only
+ * WARNING: Use collision resistant functions only
31
* Else the HashMap collision attack vector is open
32
*/
33
override fun hashCode(): Int
0 commit comments