Skip to content

Commit

Permalink
changed wnfsutil to latest
Browse files Browse the repository at this point in the history
Latest wnfsutils uses sharer approach
  • Loading branch information
ehsan6sha committed Aug 2, 2023
1 parent 43c3ff8 commit 376932f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ before_install:
- git lfs pull
install:
- FILE="-Dfile=lib/build/outputs/aar/lib-release.aar"
- mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.7.3 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.8.0 -Dpackaging=aar -DgeneratePom=true
Binary file modified lib/build/outputs/aar/lib-debug.aar
Binary file not shown.
Binary file modified lib/build/outputs/aar/lib-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.group.module</groupId>
<artifactId>wnfs-android</artifactId>
<version>1.7.3</version>
<version>1.8.0</version>
</project>
4 changes: 2 additions & 2 deletions wnfslib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfslib-android"
version = "1.7.3"
version = "1.8.0"
edition = "2021"

[lib]
Expand All @@ -9,7 +9,7 @@ crate-type = ["cdylib", "staticlib"]

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

0 comments on commit 376932f

Please sign in to comment.