Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 376932f

Browse files
committed
changed wnfsutil to latest
Latest wnfsutils uses sharer approach
1 parent 43c3ff8 commit 376932f

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ before_install:
22
- git lfs pull
33
install:
44
- FILE="-Dfile=lib/build/outputs/aar/lib-release.aar"
5-
- mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.7.3 -Dpackaging=aar -DgeneratePom=true
5+
- mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.8.0 -Dpackaging=aar -DgeneratePom=true
411 KB
Binary file not shown.
411 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.group.module</groupId>
77
<artifactId>wnfs-android</artifactId>
8-
<version>1.7.3</version>
8+
<version>1.8.0</version>
99
</project>

wnfslib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wnfslib-android"
3-
version = "1.7.3"
3+
version = "1.8.0"
44
edition = "2021"
55

66
[lib]
@@ -9,7 +9,7 @@ crate-type = ["cdylib", "staticlib"]
99

1010
[dependencies]
1111
wnfs = {git= "https://github.com/wnfs-wg/rs-wnfs.git", tag="wnfs-v0.1.22"}
12-
wnfsutils = { git = "https://github.com/functionland/wnfs-utils.git", tag = "v1.0.4" }
12+
wnfsutils = { git = "https://github.com/functionland/wnfs-utils.git", tag = "v1.1.3" }
1313
libipld = { version = "0.16", features = ["dag-cbor", "derive", "serde-codec"] }
1414
anyhow = "1.0.66"
1515
serde = "1.0.149"

0 commit comments

Comments
 (0)