Skip to content

Commit

Permalink
Merge pull request #220 from rudof-project/issue217
Browse files Browse the repository at this point in the history
Fixing the checksum thing
  • Loading branch information
angelip2303 authored Nov 13, 2024
2 parents fd90a6a + ea4784b commit 35a7c7b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/gh-pages-old.ignore

This file was deleted.

2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyrudof"
version = "0.1.56"
version = "0.1.57"
documentation = "https://rudof-project.github.io/rudof/"
readme = "README.md"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rudof_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rudof_lib"
version = "0.1.56"
version = "0.1.57"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/rudof_lib"
Expand Down
10 changes: 5 additions & 5 deletions srdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srdf"
version = "0.1.56"
version = "0.1.57"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/srdf"
Expand Down Expand Up @@ -32,10 +32,10 @@ rust_decimal_macros = "1.32"
const_format = "0.2"
lazy_static = "1"

oxttl = { version = "0.1.0-alpha.6" }
oxrdfio = { version = "0.1.0-alpha.5"}
oxrdf = { workspace = true, features = [ "oxsdatatypes"] }
oxrdfxml = "0.1.0-rc.1"
oxttl = { version = "0.1.0-alpha.6" }
oxrdfio = { version = "0.1.0-alpha.5" }
oxrdf = { workspace = true, features = ["oxsdatatypes"] }
oxrdfxml = "0.1.0-rc.1"
oxiri = "0.2.3-alpha.1"
oxsdatatypes = "0.2.0-alpha.2"
sparesults = { version = "0.2.0-rc.2" }
Expand Down

0 comments on commit 35a7c7b

Please sign in to comment.