Skip to content

Commit

Permalink
update sophia version
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Feb 1, 2024
1 parent 9d7568a commit 297d0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ all-features = true
base64 = "0.21"
rsa = { version = "0.9.6", default-features = false, features = ["pem", "sha2"] }
openssl-probe = "0.1"
sophia = { version = "0.8.0-alpha.3", git = "https://github.com/pchampin/sophia_rs.git", rev = "ec13628", features = ["jsonld"] }
sophia = { version = "0.8.0", features = ["jsonld"] }
# sophia = { version = "0.8.0-alpha.3", git = "https://github.com/pchampin/sophia_rs.git", rev = "ec13628", features = ["jsonld"] }
regex = "1.10"
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 297d0c5

Please sign in to comment.