Skip to content

Commit 42cd82f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into 0.10.0
2 parents 1e6f17f + 57c7de7 commit 42cd82f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.nio.file.Paths
99
// ./gradlew publish -PcloudsmithUser=<user> -PcloudsmithApiKey=<api-key>
1010

1111
group = "io.libp2p"
12-
version = "develop"
12+
version = "0.9.2-RELEASE"
1313
description = "a minimal implementation of libp2p for the jvm"
1414

1515
plugins {

src/main/kotlin/io/libp2p/pubsub/PubsubRouter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface PubsubMessage {
2727
override fun equals(other: Any?): Boolean
2828

2929
/**
30-
* WARNING: Use collision free functions only
30+
* WARNING: Use collision resistant functions only
3131
* Else the HashMap collision attack vector is open
3232
*/
3333
override fun hashCode(): Int

0 commit comments

Comments
 (0)